rustc/tests/ui/diagnostic-flags/allow-non-lint-warnings.without_flag.stderr
2025-02-17 11:14:05 +01:00

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