rust/tests/rustdoc-ui/issue-102986.rs

5 lines
101 B
Rust
Raw Normal View History

2022-10-13 09:57:50 -05:00
struct Struct {
y: (typeof("hey"),),
//~^ `typeof` is a reserved keyword but unimplemented
}