]> git.lizzy.rs Git - rust.git/blob - tests/ui/unpretty/ast-const-trait-bound.rs
Expand const-if-const trait bounds correctly
[rust.git] / tests / ui / unpretty / ast-const-trait-bound.rs
1 // compile-flags: -Zunpretty=normal
2 // check-pass
3
4 fn foo() where T: ~const Bar {}