Error message mentions "x.0" (x is Option) #99470
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Given the following code: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=449ac104599c2bb219212dd16afa49d1
The current output is:
The output mentions
x.0
, butx
isOption
, sox.0
is nonsenseThe text was updated successfully, but these errors were encountered: