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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
101 B
Rust
Raw Normal View History

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