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 fc73803 commit c947489Copy full SHA for c947489
compiler/rustc_middle/src/ty/context.rs
@@ -596,6 +596,8 @@ impl<'tcx> Interner for TyCtxt<'tcx> {
596
self.coroutine_is_async_gen(coroutine_def_id)
597
}
598
599
+ // We don't use `TypingEnv` here as it's only defined in `rustc_middle` and
600
+ // `rustc_next_trait_solver` shouldn't have to know about it.
601
fn layout_is_pointer_like(
602
self,
603
typing_mode: ty::TypingMode<'tcx>,
0 commit comments