about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-15 03:56:33 +0000
committerbors <bors@rust-lang.org>2022-03-15 03:56:33 +0000
commit95561b336cf82a8250176eb3c61ea61c90e75d47 (patch)
tree24a6e221528437c7354ea1f0fe87d86908e374e9 /compiler/rustc_codegen_gcc
parent984204814e00f60c5e1ec99e2e184f326782a586 (diff)
parent8f4c6b039d49cbba6a1122043fac5fd29fde92ba (diff)
downloadrust-95561b336cf82a8250176eb3c61ea61c90e75d47.tar.gz
rust-95561b336cf82a8250176eb3c61ea61c90e75d47.zip
Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber
More robust fallback for `use` suggestion

Our old way to suggest where to add `use`s would first look for pre-existing `use`s in the relevant crate/module, and if there are *no* uses, it would fallback on trying to use another item as the basis for the suggestion.

But this was fragile, as illustrated in issue #87613

This PR instead identifies span of the first token after any inner attributes, and uses *that* as the fallback for the `use` suggestion.

Fix #87613
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions