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