rust/tests/ui/unpretty/ast-const-trait-bound.stdout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
83 B
Plaintext
Raw Normal View History

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