rust/tests/ui/traits/const-traits/tilde-twice.rs
Michael Goulet e91267f3f0 Move tests
2024-10-22 00:03:09 +00:00

7 lines
138 B
Rust

//@ compile-flags: -Z parse-only
#![feature(const_trait_impl)]
struct S<T: ~const ~const Tr>;
//~^ ERROR expected identifier, found `~`