We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initially brought to my attention in rwf2/Rocket#2901, related to #3.
Partial compiler output:
error: ␛[1;34m[␛[0m␛[1;32mnote␛[0m␛[1;34m] ␛[0m␛[1;39mexpected argument named `name` here␛[0m --> src/main.rs:4:9 | 4 | fn hello(other: &str) -> String { | ^^^^^^^^^^^^^
xterm-256color
See the initial Rocket issue for a code example that produces this error.
This is most likely related to the rustc version, since rustc 1.86.0-nightly (049355708 2025-01-18) does not display the same issue.
rustc 1.86.0-nightly (049355708 2025-01-18)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Initially brought to my attention in rwf2/Rocket#2901, related to #3.
Partial compiler output:
Reproduction
xterm-256color
).See the initial Rocket issue for a code example that produces this error.
This is most likely related to the rustc version, since
rustc 1.86.0-nightly (049355708 2025-01-18)
does not display the same issue.The text was updated successfully, but these errors were encountered: