mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 23:22:30 +00:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
warning: relaxing a default bound only does something for `?Sized`; all other traits are not bound by default
|
|
--> $DIR/allow-non-lint-warnings.rs:26:13
|
|
|
|
|
LL | pub fn f<T: ?Trait>() {}
|
|
| ^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|