rustc/tests/ui/unpretty/ast-const-trait-bound.stdout
2024-06-21 09:39:33 +02:00

5 lines
85 B
Plaintext

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