mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-13 17:03:10 +00:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
warning: trait `T` is never used
|
|
--> $DIR/empty-generic-brackets-equiv.rs:9:7
|
|
|
|
|
LL | trait T<> {}
|
|
| ^
|
|
|
|
|
= note: `#[warn(dead_code)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|