Stop advertisting the old_impl_check feature. We can't ENTIRELY

remove it yet, but we don't have to add new uses.
This commit is contained in:
Niko Matsakis
2015-02-16 12:50:42 -05:00
parent c5db290bf6
commit be7b20e16d
-4
View File
@@ -1903,10 +1903,6 @@ impl trait, self type, or predicates",
"the type parameter `{}` is not constrained by the \
impl trait, self type, or predicates",
param_ty.user_string(tcx));
tcx.sess.span_help(
ty_param.span,
&format!("you can temporarily opt out of this rule by placing \
the `#[old_impl_check]` attribute on the impl"));
}
}
}