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
As shown in the screenshot, build.rs will output cargo:rustc-cfg=feature="foo", which will set the feature of foo. Therefore, line 2 and 3 should be highlighted.
The text was updated successfully, but these errors were encountered:
rust-analyzer version: 0.3.1791-standalone (9db5155 2024-01-01)
rustc version: rustc 1.76.0-nightly (87e1447aa 2023-11-30)
relevant settings: N/A
As shown in the screenshot, build.rs will output
cargo:rustc-cfg=feature="foo"
, which will set the feature offoo
. Therefore, line 2 and 3 should be highlighted.The text was updated successfully, but these errors were encountered: