rust-clippy/tests/ui/outer_expn_data.stderr

16 lines
509 B
Text
Raw Normal View History

error: usage of `outer_expn().expn_data()`
2019-08-18 07:32:38 +00:00
--> $DIR/outer_expn_data.rs:21:33
|
LL | let _ = expr.span.ctxt().outer_expn().expn_data();
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `.outer_expn_data()`
|
note: lint level defined here
2019-08-18 07:32:38 +00:00
--> $DIR/outer_expn_data.rs:3:9
|
LL | #![deny(clippy::internal)]
| ^^^^^^^^^^^^^^^^
= note: `#[deny(clippy::outer_expn_expn_data)]` implied by `#[deny(clippy::internal)]`
error: aborting due to previous error