summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/invalid-keyword.stderr
blob: 8658e3825782d84c2dea4363436fda570a860190 (plain)
1
2
3
4
5
6
7
8
error: `foo df` is not a valid identifier
  --> $DIR/invalid-keyword.rs:3:17
   |
LL | #[doc(keyword = "foo df")]
   |                 ^^^^^^^^

error: aborting due to previous error