rust/tests/ui/unpretty/ast-const-trait-bound.stdout
2024-02-16 20:02:50 +00:00

5 lines
85 B
Plaintext

//@ compile-flags: -Zunpretty=normal
//@ check-pass
fn foo() where T: ~const Bar {}