Skip to content

Commit 3c15bb4

Browse files
committed
test(embedded): Note our lack of rust grammar parsing
1 parent 471d804 commit 3c15bb4

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
@@ -381,6 +381,7 @@ fn main() {}
381381

382382
#[test]
383383
fn rustc_frontmatter_after_tokens() {
384+
// Deferred to rustc since this requires knowledge of Rust grammar
384385
assert_source(
385386
r#"#![feature(frontmatter)]
386387

0 commit comments

Comments
 (0)