-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
P-highHigh priorityHigh priorityT-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.
Description
With a few minutes of time invested I wasn't able to narrow this down to a smaller example that still succeeded on stable.
!
Nov 02 07:32:11.418 INFO kablam! error[E0282]: type annotations needed
Nov 02 07:32:11.418 INFO kablam! --> src/romaji.rs:80:24
Nov 02 07:32:11.418 INFO kablam! |
Nov 02 07:32:11.418 INFO kablam! 80 | x if x.is_youon() && buffer.is_katakana() => {
Nov 02 07:32:11.419 INFO kablam! | ^^^^^^^^ cannot infer type for `T`
Nov 02 07:32:11.419 INFO kablam! |
Nov 02 07:32:11.419 INFO kablam! = note: type must be known at this point
cc @rust-lang/libs
Metadata
Metadata
Assignees
Labels
P-highHigh priorityHigh priorityT-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.