rust/tests/crashes/122908.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
106 B
Rust
Raw Normal View History

//@ known-bug: #122908
trait Trait<const module_path: Trait = bar> {
async fn handle<F>(slf: &F) {}
}