Skip to content

Commit f9946d1

Browse files
committed
Auto merge of #13241 - epage:syntax, r=Muscraft
feat(embedded): Add multiple experimental manifest syntaxes ### What does this PR try to resolve? As syntax discussions for "cargo script" are on-going, this allows us to experiment with a couple of them so we can see how they work in practice. This is missing the line-prefix syntax as we decide how we want to separate blocks for it. While doing this, I removed the previous doc-comment syntax. This was left in for transition purposes. With where discussions are going, its unlikely we'll go back to that syntax. ### How should we test and review this PR? ### Additional information rust-lang/rfcs#3503 https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Syntax.20for.20embedded.20tooling.20metadata
2 parents e045049 + 22200b7 commit f9946d1

File tree

3 files changed

+84
-656
lines changed

3 files changed

+84
-656
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ sha2 = "0.10.8"
9191
shell-escape = "0.1.5"
9292
supports-hyperlinks = "2.1.0"
9393
snapbox = { version = "0.4.15", features = ["diff", "path"] }
94-
syn = { version = "2.0.46", features = ["extra-traits", "full"] }
9594
tar = { version = "0.4.40", default-features = false }
9695
tempfile = "3.9.0"
9796
thiserror = "1.0.56"
@@ -179,7 +178,6 @@ opener.workspace = true
179178
os_info.workspace = true
180179
pasetors.workspace = true
181180
pathdiff.workspace = true
182-
pulldown-cmark.workspace = true
183181
rand.workspace = true
184182
regex.workspace = true
185183
rusqlite.workspace = true
@@ -192,7 +190,6 @@ serde_json = { workspace = true, features = ["raw_value"] }
192190
sha1.workspace = true
193191
shell-escape.workspace = true
194192
supports-hyperlinks.workspace = true
195-
syn.workspace = true
196193
tar.workspace = true
197194
tempfile.workspace = true
198195
time.workspace = true

0 commit comments

Comments
 (0)