Fix tests

This commit is contained in:
flip1995 2019-08-28 10:52:23 +02:00
parent dac81d867b
commit 6bbf418747
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -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