warning: relaxing a default bound only does something for `?Sized`; all other traits are not bound by default --> $DIR/maybe-polarity-pass.rs:14:20 | LL | fn bar(_: &T) {} | ^^^^^^^ warning: relaxing a default bound only does something for `?Sized`; all other traits are not bound by default --> $DIR/maybe-polarity-pass.rs:14:30 | LL | fn bar(_: &T) {} | ^^^^^^^ warning: relaxing a default bound only does something for `?Sized`; all other traits are not bound by default --> $DIR/maybe-polarity-pass.rs:14:40 | LL | fn bar(_: &T) {} | ^^^^^^^ warning: 3 warnings emitted