You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "ratest"version = "0.1.0"authors = ["AdnoC <[email protected]>"]
edition = "2018"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unzip-n = "0.1.2"
The text was updated successfully, but these errors were encountered:
Related: #6881
Related: #7073
Classification obtained by wrapping https://github.com/rust-analyzer/rust-analyzer/blob/339aab37744e7bfcab1def72acb26b81da6408ce/crates/ide/src/goto_definition.rs#L115-L118 in a
dbg!()
and runningrust-analyzer analysis-bench src/main.rs --goto-def src/main.rs:6:5
andrust-analyzer analysis-bench src/main.rs --goto-def src/main.rs:9:15
.src/main.rs:
Cargo.toml:
The text was updated successfully, but these errors were encountered: