Skip to content

Conversation

@KaiTomotake
Copy link
Contributor

@KaiTomotake KaiTomotake commented Jan 19, 2026

A test for the issue where the variable meta is mistakenly treated as a reserved keyword.

close #61463

@rustbot rustbot added 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 Jan 19, 2026
@rustbot
Copy link
Collaborator

rustbot commented Jan 19, 2026

r? @jdonszelmann

rustbot has assigned @jdonszelmann.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rust-log-analyzer

This comment has been minimized.

@KaiTomotake KaiTomotake force-pushed the test-issue-61463 branch 2 times, most recently from cb2758f to aab7b69 Compare January 19, 2026 08:17
@rust-log-analyzer

This comment has been minimized.

@lqd
Copy link
Member

lqd commented Jan 19, 2026

Ok so, thanks for working on this, and r? me

First, let's find a better name for the test, it isn't about precedence.

Then let's fix the commit message and PR title to something like "add test for issue 61463". IIRC some bot will complain if you use a # or a full link so let's avoid that -- though I don't remember where it doesn't like links, maybe the PR title can have it I'm not sure.

@rustbot rustbot assigned lqd and unassigned jdonszelmann Jan 19, 2026
@KaiTomotake
Copy link
Contributor Author

I’m doing my best, but I’m not very good at English, so it seems I used the wrong wording.
I’m sorry about that.

@KaiTomotake KaiTomotake changed the title add test program dd test for issue 61463 Jan 19, 2026
@KaiTomotake KaiTomotake changed the title dd test for issue 61463 add test for issue 61463 Jan 19, 2026
@Kivooeo
Copy link
Member

Kivooeo commented Jan 19, 2026

meta-is-not-reserved maybe

@KaiTomotake
Copy link
Contributor Author

Thanks, that makes sense. I’ll rename it to meta-is-not-reserved.

A test for the issue where the variable meta is mistakenly treated as a reserved keyword.
@lqd
Copy link
Member

lqd commented Jan 19, 2026

I’m doing my best, but I’m not very good at English, so it seems I used the wrong wording. I’m sorry about that.

Oh no need to apologize at all! No one is criticizing your English level, and most of us here are not native English speakers. I am not one. The original issue was about meta being reserved as part of the extern prelude at the time.

meta-is-not-reserved maybe

That sounds fine to me as well. There's no need to iterate too much on it, just so that the test name is accurate will be enough.

@lqd
Copy link
Member

lqd commented Jan 19, 2026

Thanks!

@bors r+ rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 19, 2026

📌 Commit eeed337 has been approved by lqd

It is now in the queue for this repository.

@rust-bors rust-bors bot 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-review Status: Awaiting review from the assignee but also interested parties. labels Jan 19, 2026
rust-bors bot pushed a commit that referenced this pull request Jan 19, 2026
…uwer

Rollup of 15 pull requests

Successful merges:

 - #148623 (Ignore `#[doc(hidden)]` items when computing trimmed paths for printing)
 - #150550 (Miscellaneous cleanups to borrowck related code)
 - #150879 (Remove the diagnostic lints)
 - #150895 (rustc_errors: Add (heuristic) Syntax Highlighting for `rustc --explain`)
 - #150987 (remote-test-server: Fix header in batch mode)
 - #151004 (std: implement `sleep_until` on Apple platforms)
 - #151045 (Simplify some literal-value negations with `u128::wrapping_neg`)
 - #151119 (Support pointers in type reflection)
 - #151171 (Do not recover from `Trait()` if generic list is unterminated)
 - #151231 (HIR typeck cleanup: clarify and re-style `check_expr_unop`)
 - #151249 (Parse ident with allowing recovery when trying to diagnose)
 - #151295 (THIR patterns: Use `ty::Value` in more places throughout `const_to_pat`)
 - #151326 (Remove `DiagMessage::Translated` in favour of `DiagMessage::Str`)
 - #151361 (add test for issue 61463)
 - #151371 (Add `S-blocked` to `labels_blocking_approval`)

r? @ghost
@rust-bors rust-bors bot merged commit 0833ace into rust-lang:main Jan 20, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Jan 20, 2026
rust-timer added a commit that referenced this pull request Jan 20, 2026
Rollup merge of #151361 - test-issue-61463, r=lqd

add test for issue 61463

A test for the issue where the variable meta is mistakenly treated as a reserved keyword.

close #61463
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Jan 20, 2026
…uwer

Rollup of 15 pull requests

Successful merges:

 - rust-lang/rust#148623 (Ignore `#[doc(hidden)]` items when computing trimmed paths for printing)
 - rust-lang/rust#150550 (Miscellaneous cleanups to borrowck related code)
 - rust-lang/rust#150879 (Remove the diagnostic lints)
 - rust-lang/rust#150895 (rustc_errors: Add (heuristic) Syntax Highlighting for `rustc --explain`)
 - rust-lang/rust#150987 (remote-test-server: Fix header in batch mode)
 - rust-lang/rust#151004 (std: implement `sleep_until` on Apple platforms)
 - rust-lang/rust#151045 (Simplify some literal-value negations with `u128::wrapping_neg`)
 - rust-lang/rust#151119 (Support pointers in type reflection)
 - rust-lang/rust#151171 (Do not recover from `Trait()` if generic list is unterminated)
 - rust-lang/rust#151231 (HIR typeck cleanup: clarify and re-style `check_expr_unop`)
 - rust-lang/rust#151249 (Parse ident with allowing recovery when trying to diagnose)
 - rust-lang/rust#151295 (THIR patterns: Use `ty::Value` in more places throughout `const_to_pat`)
 - rust-lang/rust#151326 (Remove `DiagMessage::Translated` in favour of `DiagMessage::Str`)
 - rust-lang/rust#151361 (add test for issue 61463)
 - rust-lang/rust#151371 (Add `S-blocked` to `labels_blocking_approval`)

r? @ghost
@KaiTomotake KaiTomotake deleted the test-issue-61463 branch January 21, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot find crate

6 participants