about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/duplicate-constness.rs
blob: 4b13abe3cf2ca9ded45c99240a14922c22f34621 (plain)
1
2
3
4
5
6
//@ compile-flags: -Z parse-crate-root-only

#![feature(const_trait_impl)]

struct S<T: [const] [const] Tr>;
//~^ ERROR expected identifier, found `]`