rustc: With proc macros disabled, instrument
functions do not get Ctrl-click and other RA goodness
#12669
Labels
instrument
functions do not get Ctrl-click and other RA goodness
#12669
With the following in my settings
when working on the rustc repo, when I go to a function that has an
instrument
attribute (e.g.fn operand_projection
), inside that function, RA does not seem to exist -- no types on hover, no Ctrl-click, no inlay hints, nothing.Enabling proc macros and build scripts fixes that, but I was told this is supposed to work even without proc macros being enabled -- RA could just assume the attribute macro is the identity.
rust-analyzer version: rust-analyzer version: 0.0.0 (b74e96f 2022-06-26)
rustc version: rustc bootstrapping
relevant settings:
The text was updated successfully, but these errors were encountered: