1
Fork 0

stability: More precise location for deprecation lint on macros

This commit is contained in:
Vadim Petrochenkov 2020-11-12 22:29:52 +03:00
parent 9722952f0b
commit 909c8945b1
4 changed files with 15 additions and 3 deletions

View file

@ -1028,6 +1028,7 @@ impl<'a> Resolver<'a> {
depr.suggestion,
lint,
span,
node_id,
);
}
}