rustc/tests/rustdoc-ui/issue-102986.rs
2023-08-02 10:33:26 +02:00

5 lines
101 B
Rust

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