Skip to content

ICE: delayed_good_path_bugs: trimmed_def_paths constructed #99387

@matthiaskrgr

Description

@matthiaskrgr

Code

code from glacier/fixed/70121.rs

#![feature(type_alias_impl_trait)] #![allow(private_in_public)] pub type Successors<'a> = impl Iterator<Item = &'a ()>; pub fn f<'a>() -> Successors<'a> { None.into_iter() } trait Tr { type Item; } impl<'a> Tr for &'a () { type Item = Successors<'a>; } pub fn ohno<'a>() -> <&'a () as Tr>::Item { None.into_iter() } fn main() {}

Meta

rustc --version --verbose:

c2ecd3af87477147695aa3f6e1237e3185044e62 built with debug assertions 

Error output

rustc ./70121.rs

 

backtrace does not fit into a single comment :|

Metadata

Metadata

Labels

C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.glacierICE tracked in rust-lang/glacier.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions