1
Fork 0

Try to point out when edition 2024 lifetime capture rules cause borrowck issues

This commit is contained in:
Michael Goulet 2024-10-03 00:44:14 -04:00
parent e093b82a41
commit c1457798db
9 changed files with 754 additions and 2 deletions

View file

@ -55,7 +55,7 @@ use rustc_type_ir::fold::TypeFoldable;
use rustc_type_ir::lang_items::TraitSolverLangItem;
pub use rustc_type_ir::lift::Lift;
use rustc_type_ir::{CollectAndApply, Interner, TypeFlags, WithCachedTypeInfo, search_graph};
use tracing::{debug, trace};
use tracing::{debug, instrument};
use crate::arena::Arena;
use crate::dep_graph::{DepGraph, DepKindStruct};