Fix tests
This commit is contained in:
parent
dac81d867b
commit
6bbf418747
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
error: usage of `outer_expn().expn_data()`
|
||||
--> $DIR/outer_expn_data.rs:21:33
|
||||
--> $DIR/outer_expn_data.rs:21:34
|
||||
|
|
||||
LL | let _ = expr.span.ctxt().outer_expn().expn_data();
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `.outer_expn_data()`
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `outer_expn_data()`
|
||||
|
|
||||
note: lint level defined here
|
||||
--> $DIR/outer_expn_data.rs:3:9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue