Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-103748-ICE-wrong-braces.rs
blob: 60dd88e65400ae16fcc9d0dc9d08233b3240c737 [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
struct
Apple
((
Apple
,
Option
(
Banana
?
Citron
)));
//~^ ERROR invalid `?` in type
//~| ERROR unexpected token: `Citron`