Skip to content

Issues: rust-lang/rust

New issue

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Unexpected partial move in async move block for Copy field A-edition-2021 Area: The 2021 edition A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. D-edition Diagnostics: An error or lint that should account for edition differences. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#120981 opened Feb 12, 2024 by jwilm
poor diagnostic for missing extern crate in 2015 edition A-diagnostics Area: Messages for errors, warnings, and lints A-resolve Area: Name resolution D-edition Diagnostics: An error or lint that should account for edition differences.
#112809 opened Jun 19, 2023 by Deaths-Door
import #[macro_export] from crate root help uses 2015 use syntax A-diagnostics Area: Messages for errors, warnings, and lints D-edition Diagnostics: An error or lint that should account for edition differences. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#99694 opened Jul 24, 2022 by CAD97
Unhelpful error when Cargo.toml is missing edition key. A-diagnostics Area: Messages for errors, warnings, and lints A-resolve Area: Name resolution D-edition Diagnostics: An error or lint that should account for edition differences. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#92422 opened Dec 29, 2021 by jonhoo
Use of .await in 2015 edition prints one error per use A-diagnostics Area: Messages for errors, warnings, and lints D-edition Diagnostics: An error or lint that should account for edition differences. D-verbose Diagnostics: Too much output caused by a single piece of incorrect code. P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#90849 opened Nov 13, 2021 by estebank
bare_trait_objects help is incorrect with Box<Trait + 'lifetime> in 2015 edition A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` C-bug Category: This is a bug. D-edition Diagnostics: An error or lint that should account for edition differences. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#63330 opened Aug 6, 2019 by mmitteregger
Warn about 2015 edition on path & extern crate related errors A-diagnostics Area: Messages for errors, warnings, and lints A-resolve Area: Name resolution C-enhancement Category: An issue proposing an enhancement or a PR with one. D-edition Diagnostics: An error or lint that should account for edition differences. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#63323 opened Aug 6, 2019 by kornelski
Improve error message for struct element borrow by closure A-borrow-checker Area: The borrow checker A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. D-edition Diagnostics: An error or lint that should account for edition differences. P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#57141 opened Dec 27, 2018 by BartMassey
ProTip! Type g i on any issue or pull request to go back to the issue listing page.