]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-102986.rs
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[rust.git] / tests / rustdoc-ui / issue-102986.rs
1 struct Struct {
2     y: (typeof("hey"),),
3     //~^ `typeof` is a reserved keyword but unimplemented
4 }