about summary refs log tree commit diff
path: root/tests/ui/unpretty/ast-const-trait-bound.rs
blob: 761bff87a628a7b6acb26401b68fa88049b421be (plain)
1
2
3
4
//@ compile-flags: -Zunpretty=normal
//@ check-pass

fn foo() where T: [const] Bar {}