You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Zulip channel | N/A (an existing stream can be re-used or new streams can be created on request) |
11
11
@@ -35,14 +35,15 @@ script in the path that calls `cargo run --manifest-path ...`).
35
35
36
36
### The next 6 months
37
37
38
-
The support is already implemented on nightly.
39
-
The goal is to stabilize support.
40
-
With [RFC #3502] and [RFC #3503] approved, the next steps are being tracked in [rust-lang/cargo#12207].
38
+
Cargo and basic rustc support is already implemented on nightly.
39
+
The goal is to finalize things within the rust repo and stabilize.
40
+
With [RFC #3502] and [RFC #3503] approved, the next steps are being tracked in [rust-lang/cargo#12207] and [rust-lang/rust#136889](https://github.com/rust-lang/rust/issues/136889).
41
41
42
42
At a high-level, this is
43
-
- Add support to the compiler for the frontmatter syntax
44
-
- Add support in Cargo for scripts as a "source"
45
-
- Polish
43
+
- rustfmt gracefully handling the presence of a frontmatter
44
+
- r-a gracefully handling the presence of a frontmatter
45
+
- Fix a known bug in rustc's lexer ([rust-lang/rust#141367](https://github.com/rust-lang/rust/issues/141367)).
@@ -90,4 +90,4 @@ Definitions for terms used above:
90
90
* Compiler [Major Change Proposal (MCP)](https://forge.rust-lang.org/compiler/mcp.html) is used to propose a 'larger than average' change and get feedback from the compiler team.
91
91
* Library [API Change Proposal (ACP)](https://std-dev-guide.rust-lang.org/development/feature-lifecycle.html) describes a change to the standard library.
0 commit comments