blob: c9da1bc1879180db7e403ceefa241bf65a15c425 [file] [log] [blame]
//@ known-bug: #122908
trait Trait<const module_path: Trait = bar> {
async fn handle<F>(slf: &F) {}
}