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 13287d8 commit ac3a43bCopy full SHA for ac3a43b
compiler/rustc_ast_lowering/src/lib.rs
@@ -280,7 +280,7 @@ enum ImplTraitContext<'b, 'a> {
280
// FIXME(impl_trait): but `required_region_bounds` will ICE later
281
// anyway.
282
capturable_lifetimes: &'b mut FxHashSet<hir::LifetimeName>,
283
- /// Origin: Either OpaqueTyOrigin::Misc or OpaqueTyOrigin::Binding,
+ /// Origin: Either OpaqueTyOrigin::TyAlias or OpaqueTyOrigin::Misc,
284
origin: hir::OpaqueTyOrigin,
285
},
286
/// `impl Trait` is not accepted in this position.
0 commit comments