rust/tests/rustdoc-ui/issue-102986.rs
2023-01-11 09:32:08 +00:00

5 lines
101 B
Rust

struct Struct {
y: (typeof("hey"),),
//~^ `typeof` is a reserved keyword but unimplemented
}