Files
rust/tests/ui/span/span-extend-prev-while-multibyte.rs
T

11 lines
227 B
Rust

//@ build-pass
// Regression test for https://github.com/rust-lang/rust/issues/155037
#![feature(associated_type_defaults)]
trait Trait {
type where = ();
//~^ WARNING where clause not allowed here
}
fn main() {}