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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Double free on Linux with stable toolchain C-bug
#100914 opened Aug 23, 2022 by Cl00e9ment
wfcheck incorrectly assumes unnormalized types to be wf C-bug I-unsound P-critical regression-from-stable-to-nightly T-types
#100910 opened Aug 23, 2022 by lcnr
Closure returned as impl FnOnce incorrectly borrows captured used-by-value iff it is Copy A-impl-trait C-bug
#100905 opened Aug 23, 2022 by CAD97
Incorrect explanation for upvar move in FnMut closure A-diagnostics T-compiler
#100896 opened Aug 23, 2022 by digama0
Way too much (unhelpful) help is provided when mistakenly calling .borrow_mut() on a struct A-diagnostics T-compiler
#100894 opened Aug 22, 2022 by saethlin
Improve the get_positional_arg_spans to take into count the format types A-diagnostics T-compiler
#100891 opened Aug 22, 2022 by vincenzopalazzo
Using a macro as the tail expression in a function that doesn't return a value should prompt to add a semicolon A-diagnostics T-compiler
#100889 opened Aug 22, 2022 by shepmaster
exponential build times when returning impl T C-bug I-compiletime T-compiler
#100886 opened Aug 22, 2022 by camshaft
Type inference breaks from a seemingly unrelated change C-bug
#100882 opened Aug 22, 2022 by kamulos
thread 'rustc' panicked at 'to_const_int doesn't work on scalar pairs' C-bug I-ICE T-compiler
#100878 opened Aug 22, 2022 by paolobarbolini
thread 'rustc' panicked at 'no label after fn' C-bug I-ICE T-compiler
#100875 opened Aug 22, 2022 by psionic12
Improve diagnostic for missing IndexMut: HashMap A-diagnostics D-newcomer-roadblock D-terse T-compiler
#100873 opened Aug 22, 2022 by estebank
Compiler bug related to evaluating requirement on recursive type C-bug E-needs-mcve I-ICE T-compiler
#100867 opened Aug 22, 2022 by soooch
abuse of DT_GNU_HASH descriptor T-compiler
#100859 opened Aug 21, 2022 by jreiser
False "error[E0502]: cannot borrow 'VARIABLE' as mutable because it is also borrowed as immutable" A-diagnostics T-compiler
#100849 opened Aug 21, 2022 by clbrunet
llvm assertion failure when trying to compile sha2 crate for skylake (with llvm+rustc debug assertions) A-LLVM C-bug I-ICE T-compiler
#100834 opened Aug 21, 2022 by matthiaskrgr
std::path::Path prefix parsing in Windows is inconsistent with other OS's A-io C-bug O-windows
#100833 opened Aug 21, 2022 by ncihnegn
"Consider borrowing here" message does not show up when argument is a format call A-diagnostics T-compiler
#100830 opened Aug 21, 2022 by Kampfkarren
Parenthesized match guards should have a specific parser error (and suggestion) A-diagnostics A-parser D-confusing D-invalid-suggestion D-verbose T-compiler
#100825 opened Aug 20, 2022 by CAD97
Compiler crash with type_alias_impl_trait on the very latest version C-bug glacier I-ICE T-compiler
#100818 opened Aug 20, 2022 by 0x53ee71ebe11e
ProTip! no:milestone will show everything without a milestone.