]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/invalid-keyword.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / rustdoc-ui / invalid-keyword.stderr
1 error: `foo df` is not a valid identifier
2   --> $DIR/invalid-keyword.rs:3:17
3    |
4 LL | #[doc(keyword = "foo df")]
5    |                 ^^^^^^^^
6
7 error: aborting due to previous error
8