summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias/issue-37515.stderr
blob: f1e83ca74d8e9748a4c458512448ee5a0992f5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
warning: type alias `Z` is never used
  --> $DIR/issue-37515.rs:5:6
   |
LL | type Z = dyn for<'x> Send;
   |      ^
   |
note: the lint level is defined here
  --> $DIR/issue-37515.rs:3:9
   |
LL | #![warn(unused)]
   |         ^^^^^^
   = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`

warning: 1 warning emitted