-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTP-highHigh priorityHigh priorityS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant 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.Performance or correctness regression from stable to beta.
Milestone
Description
[INFO] [stdout] error: generic args in patterns require the turbofish syntax
[INFO] [stdout] --> src/lib.rs:142:16
[INFO] [stdout] |
[INFO] [stdout] 142 | ret<TCon> (Clone::clone(x_val), Clone::clone(y_val));
[INFO] [stdout] | ^
[INFO] [stdout] |
[INFO] [stdout] ::: src/mdo.rs:19:9
[INFO] [stdout] |
[INFO] [stdout] 19 | $p: pat =<< $e: expr ; $( $t: tt )*
[INFO] [stdout] | ------- while parsing argument for this `pat` macro fragment
[INFO] [stdout] |
[INFO] [stdout] help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
[INFO] [stdout] |
[INFO] [stdout] 142 | ret::<TCon> (Clone::clone(x_val), Clone::clone(y_val));
[INFO] [stdout] | ++
[INFO] [stdout]
[INFO] [stdout]
https://crater-reports.s3.amazonaws.com/beta-1.73-1.2/beta-2023-09-10/reg/haskell_bits-0.3.0/log.txt
Metadata
Metadata
Assignees
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTP-highHigh priorityHigh priorityS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: A Minimal Complete and Verifiable Example has been found for this issueT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant 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.Performance or correctness regression from stable to beta.