rust/compiler/rustc_metadata/src
bors 95561b336c 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
2022-03-15 03:56:33 +00:00
..
rmeta Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
creader.rs Associate multiple with a crate too. 2022-03-03 18:45:25 -05:00
dependency_format.rs
foreign_modules.rs
lib.rs
locator.rs
native_libs.rs Clarify Layout interning. 2022-03-07 13:41:47 +11:00