Rollup merge of #78999 - petrochenkov:deprid, r=eddyb
stability: More precise location for deprecation lint on macros One missing piece of https://github.com/rust-lang/rust/pull/73178.
This commit is contained in:
commit
92dcf6d733
4 changed files with 15 additions and 3 deletions
|
@ -1034,6 +1034,7 @@ impl<'a> Resolver<'a> {
|
|||
depr.suggestion,
|
||||
lint,
|
||||
span,
|
||||
node_id,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue