mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Fix test again
This commit is contained in:
parent
ce36335cf0
commit
65d15340cd
@ -5,7 +5,6 @@
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
#[macro_use]
|
||||
extern crate rustc_hir;
|
||||
#[macro_use]
|
||||
extern crate rustc_session;
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
#[macro_use]
|
||||
extern crate rustc_hir;
|
||||
#[macro_use]
|
||||
extern crate rustc_session;
|
||||
|
@ -1,5 +1,5 @@
|
||||
error: usage of `outer_expn().expn_data()`
|
||||
--> $DIR/outer_expn_data.rs:25:34
|
||||
--> $DIR/outer_expn_data.rs:24:34
|
||||
|
|
||||
LL | let _ = expr.span.ctxt().outer_expn().expn_data();
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `outer_expn_data()`
|
||||
|
Loading…
Reference in New Issue
Block a user