Disallow frontmatter in --cfg and --check-cfg arguments by Urgau · Pull Request #146137 · rust-lang/rust (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation11 Commits1 Checks10 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

@Urgau

This PR disallows the frontmatter syntax in --cfg and --check-cfg arguments.

Fixes #146130
r? fmease

@rustbot

fmease is not on the review rotation at the moment.
They may take a while to respond.

@rustbot rustbot added A-run-make

Area: port run-make Makefiles to rmake.rs

S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Sep 2, 2025

fmease

@fmease

Thanks! r=me with nit addressed in one way or another
@bors rollup

@fmease fmease added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Sep 2, 2025

fmease

@rust-log-analyzer

This comment has been minimized.

@Urgau

@Urgau

@bors

📌 Commit 0fa93a3 has been approved by fmease

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Sep 3, 2025

jhpratt added a commit to jhpratt/rust that referenced this pull request

Sep 3, 2025

@jhpratt

…fmease

Disallow frontmatter in --cfg and --check-cfg arguments

This PR disallows the frontmatter syntax in --cfg and --check-cfg arguments.

Fixes rust-lang#146130 r? fmease

bors added a commit that referenced this pull request

Sep 3, 2025

@bors

Rollup of 15 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

Zalathar added a commit to Zalathar/rust that referenced this pull request

Sep 3, 2025

@Zalathar

…fmease

Disallow frontmatter in --cfg and --check-cfg arguments

This PR disallows the frontmatter syntax in --cfg and --check-cfg arguments.

Fixes rust-lang#146130 r? fmease

bors added a commit that referenced this pull request

Sep 3, 2025

@bors

Rollup of 16 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit that referenced this pull request

Sep 4, 2025

@bors

Rollup of 24 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit that referenced this pull request

Sep 4, 2025

@rust-timer

Rollup merge of #146137 - Urgau:cfg-disallow-frontmatter, r=fmease

Disallow frontmatter in --cfg and --check-cfg arguments

This PR disallows the frontmatter syntax in --cfg and --check-cfg arguments.

Fixes #146130 r? fmease

github-actions bot pushed a commit to rust-lang/miri that referenced this pull request

Sep 5, 2025

@bors

github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request

Sep 8, 2025

@bors

github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request

Sep 9, 2025

@bors

@jieyouxu

Beta/stable backport declined as discussed in today's compiler triage meeting #t-compiler/meetings > [weekly] 2025-09-11 @ 💬, since it seems very unlikely that users would try to do this, so it seems fine to ride the normal release train.

@rustbot label: -beta-nominated -stable-nominated

@epage epage mentioned this pull request

Sep 16, 2025

11 tasks

@epage epage mentioned this pull request

Oct 23, 2025

10 tasks

Labels

A-run-make

Area: port run-make Makefiles to rmake.rs

F-frontmatter

`#![feature(frontmatter)]`

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.