1error: `foo df` is not a valid identifier 2 --> $DIR/invalid-keyword.rs:3:17 3 | 4LL | #[doc(keyword = "foo df")] 5 | ^^^^^^^^ 6 7error: aborting due to previous error 8 9