We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce36335 commit 65d1534Copy full SHA for 65d1534
tests/ui/outer_expn_data.fixed
@@ -5,7 +5,6 @@
5
6
#[macro_use]
7
extern crate rustc;
8
-#[macro_use]
9
extern crate rustc_hir;
10
11
extern crate rustc_session;
tests/ui/outer_expn_data.rs
tests/ui/outer_expn_data.stderr
@@ -1,5 +1,5 @@
1
error: usage of `outer_expn().expn_data()`
2
- --> $DIR/outer_expn_data.rs:25:34
+ --> $DIR/outer_expn_data.rs:24:34
3
|
4
LL | let _ = expr.span.ctxt().outer_expn().expn_data();
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `outer_expn_data()`
0 commit comments