-
Notifications
You must be signed in to change notification settings - Fork 600
Closed
Labels
C: SyntaxT: featuremajor update for a syntax to support new language featuresmajor update for a syntax to support new language featurespending-upstream
Description
What happened?
RFC #3503 adds support for a new frontmatter syntax. The contained content format is defined by the calling tool with a tool identifier.
In RFC #3502, the cargo
infostring identifier would be used to signify the block uses the Cargo.toml
format/schema. Cargo will assume that an empty infostring is meant to be used with it.
Note: These are not stable. Stabilization is being tracked in:
- Tracking Issue for
frontmatter
rust-lang/rust#136889 - Tracking Issue for cargo-script RFC 3424 rust-lang/cargo#12207
e.g.
#!/usr/bin/env cargo
---
[dependencies]
regex = "1"
---
fn main() {
}
Metadata
Metadata
Assignees
Labels
C: SyntaxT: featuremajor update for a syntax to support new language featuresmajor update for a syntax to support new language featurespending-upstream