Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
misspelled-keywords
/
struct.rs
blob: 5c76ce7622f956263e6d6da722343562a7891f48 [
file
] [
log
] [
blame
]
Struct
Foor
{
//~^ ERROR keyword `struct` is written in the wrong case
hello
:
String
,
}
fn
main
()
{}