Try to point out when edition 2024 lifetime capture rules cause borrowck issues
This commit is contained in:
parent
e093b82a41
commit
c1457798db
9 changed files with 754 additions and 2 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue