Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
unpretty
/
ast-const-trait-bound.stdout
blob: 761bff87a628a7b6acb26401b68fa88049b421be [
file
] [
log
] [
blame
]
//@ compile-flags: -Zunpretty=normal
//@ check-pass
fn foo
()
where
T
:
[
const
]
Bar
{}