We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a396b commit c83dd03Copy full SHA for c83dd03
src/librustc_typeck/collect.rs
@@ -388,8 +388,7 @@ fn ensure_no_ty_param_bounds(tcx: TyCtxt,
388
// part of this PR. Still, convert to warning to
389
// make bootstrapping easier.
390
span_warn!(tcx.sess, span, E0122,
391
- "trait bounds are not (yet) enforced \
392
- in {} definitions",
+ "trait bounds are ignored in {} definitions",
393
thing);
394
}
395
0 commit comments