Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-68890-2.rs
blob: 29c12352146b54568aeac81d6a121978f2fa294a [
file
]
fn
main
()
{}
type
X
<
'a> = (?'
a
)
+;
//~^ ERROR `?` may only modify trait bounds, not lifetime bounds
//~| ERROR at least one trait is required for an object type