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 = "gtk"
version = "0.1.0"
authors = ["trayan"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dependencies.gtk]
version = "0.8.0"
features = ["v3_16"]
[dependencies.gio]
version = ""
features = ["v2_44"]
I ran cargo run to generate the .lock file.
Now if I run RUST_BACKTRACE=1 RUST_LOG=racer=trace racer complete std
Racer doesn't show lool up definitions in $CARGO_HOME
Cargo toml:
I ran cargo run to generate the .lock file.
Now if I run
RUST_BACKTRACE=1 RUST_LOG=racer=trace racer complete std
But running
RUST_BACKTRACE=1 RUST_LOG=racer=trace racer complete gtk
results in:It would seem that racer doesn't look in the cargo directory, so it doesn't find the definitions. Can I manually add it from the command line?
The text was updated successfully, but these errors were encountered: