about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-103748-ICE-wrong-braces.rs
blob: 60dd88e65400ae16fcc9d0dc9d08233b3240c737 (plain)
1
2
3
4
5
#![crate_type = "lib"]

struct Apple((Apple, Option(Banana ? Citron)));
//~^ ERROR invalid `?` in type
//~| ERROR unexpected token: `Citron`