Skip to content

regression: Invalid Type in proc macro #119876

Not planned
Not planned
@Mark-Simulacrum

Description

@Mark-Simulacrum
Member
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]    --> src/position/zobrist.rs:119:34
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let prbs = const_random!([u8; 6144]);
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: message: Invalid type

Activity

added
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
E-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
on Jan 12, 2024
added this to the 1.76.0 milestone on Jan 12, 2024
added
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Jan 12, 2024
compiler-errors

compiler-errors commented on Jan 12, 2024

@compiler-errors
Member

This is another breakage in #119875 (comment)

removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
E-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
on Jan 12, 2024
Mark-Simulacrum

Mark-Simulacrum commented on Jan 24, 2024

@Mark-Simulacrum
MemberAuthor

Closing for the same reasons as #119875 (comment).

removed
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
on Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @compiler-errors@Mark-Simulacrum@apiraino@rustbot@Noratrieb

        Issue actions

          regression: Invalid Type in proc macro · Issue #119876 · rust-lang/rust