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

Rustc paniced after enum rename C-bug I-ICE T-compiler
#97906 opened Jun 9, 2022 by leakingtapan
bug C-bug I-ICE T-compiler
#97902 opened Jun 8, 2022 by kulicuu
Redundant suggestion on E0283 A-diagnostics A-inference A-suggestion-diagnostics D-invalid-suggestion D-verbose T-compiler
#97899 opened Jun 8, 2022 by estebank
ICE: deconstructing a pattern with multiple variable bindings of OR'ed strings. C-bug glacier I-ICE T-compiler
#97898 opened Jun 8, 2022 by StephanvanSchaik
Tracking Issue for no_ignore_sigpipe C-tracking-issue T-libs
#97889 opened Jun 8, 2022 by Enselic
6 tasks
miri no longer builds after rust-lang/rust#97873 A-miri C-bug
#97886 opened Jun 8, 2022 by rust-highfive
thread rustc panicked at Box<dyn Any> C-bug I-ICE T-compiler
#97885 opened Jun 8, 2022 by LaoLittle
Incomplete error message "future created by async block is not Send" A-diagnostics T-compiler
#97884 opened Jun 8, 2022 by romanzac
Rustdoc flag --enable-index-page no longer works consistently C-bug T-rustdoc
#97881 opened Jun 8, 2022 by jplatte
Limiting deprecated lint output A-diagnostics T-compiler
#97877 opened Jun 8, 2022 by djc
Compiler error that only occurs occasionally C-bug I-ICE T-compiler
#97858 opened Jun 8, 2022 by kkaatii
Recovering from keyword identifier mentions raw identifier that never appeared in the source code later A-diagnostics T-compiler
#97854 opened Jun 8, 2022 by ChayimFriedman2
Misleading diagnostic when passing a doc comment to macro A-diagnostics T-compiler
#97850 opened Jun 7, 2022 by zachwolfe
Error when compiling with serde_hex C-bug I-ICE T-compiler
#97847 opened Jun 7, 2022 by sternj
ICE: 'no entry found for key' when using for<T> T: Copy in current nightly and beta C-bug glacier I-ICE P-low regression-from-stable-to-beta T-compiler
#97836 opened Jun 7, 2022 by jonabit
ICE: "unexpected path" when reporting type annotations needed C-bug I-ICE T-compiler
#97820 opened Jun 7, 2022 by Roryl-c
Windows: Dynamically loaded functions may not be loaded before user pre-main initializers O-windows T-libs
#97814 opened Jun 7, 2022 by ChrisDenton
ICE: need_type_info unexpected path C-bug glacier I-ICE T-compiler
#97806 opened Jun 6, 2022 by TheIronBorn
Array Repeat operator should not use a loop for small sizes C-bug I-slow
#97804 opened Jun 6, 2022 by programmerjake
Identifiers introduced via if let binding can't be debugged A-debuginfo C-bug
#97799 opened Jun 6, 2022 by wesleywiser
specified formatting not applied if format_args() is passed to println!() C-bug T-libs
#97797 opened Jun 6, 2022 by matthiaskrgr
ProTip! Exclude everything labeled bug with -label:bug.