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 ff39ee9 commit b7e849bCopy full SHA for b7e849b
src/librustc/middle/infer/mod.rs
@@ -189,6 +189,9 @@ pub struct TypeTrace<'tcx> {
189
/// See `error_reporting.rs` for more details
190
#[derive(Clone, Debug)]
191
pub enum SubregionOrigin<'tcx> {
192
+ // Marker to indicate a constraint that only arises due to new
193
+ // provisions from RFC 1214. This will result in a warning, not an
194
+ // error.
195
RFC1214Subregion(Rc<SubregionOrigin<'tcx>>),
196
197
// Arose from a subtyping relation
0 commit comments