]> git.lizzy.rs Git - rust.git/blob - tests/ui/outer_expn_data.stderr
Auto merge of #4372 - phansch:changelog_update, r=flip1995
[rust.git] / tests / ui / outer_expn_data.stderr
1 error: usage of `outer_expn().expn_data()`
2   --> $DIR/outer_expn_data.rs:19:33
3    |
4 LL |         let _ = expr.span.ctxt().outer_expn().expn_data();
5    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `.outer_expn_data()`
6    |
7 note: lint level defined here
8   --> $DIR/outer_expn_data.rs:1:9
9    |
10 LL | #![deny(clippy::internal)]
11    |         ^^^^^^^^^^^^^^^^
12    = note: `#[deny(clippy::outer_expn_expn_data)]` implied by `#[deny(clippy::internal)]`
13
14 error: aborting due to previous error
15