]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/invalid-keyword.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[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