Skip to content

Commit ff0ed72

Browse files
committed
test(embedded): Note our lack of rust grammar parsing
1 parent a8d714b commit ff0ed72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util/toml/embedded.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ fn main() {}
313313

314314
#[test]
315315
fn rustc_frontmatter_after_tokens() {
316+
// Deferred to rustc since this requires knowledge of Rust grammar
316317
assert_source(
317318
r#"#![feature(frontmatter)]
318319

0 commit comments

Comments
 (0)