summary refs log tree commit diff
path: root/src/test/ui/issues/issue-37515.stderr
blob: c9bb4c10010f5448121a8bef6969009b84c92591 (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:1
   |
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