]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/issue-102986.rs
Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726
[rust.git] / src / test / rustdoc-ui / issue-102986.rs
1 struct Struct {
2     y: (typeof("hey"),),
3     //~^ `typeof` is a reserved keyword but unimplemented
4 }