Skip to content
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
Tracking issue for enabling -Zdrop-tracking by default A-async-await AsyncAwait-Triaged
#97331 opened May 23, 2022 by eholk
2 tasks
Incorrect "implementation of Send is not general enough" error with lifetimed Send impl used in async fn A-async-await A-generators AsyncAwait-Triaged C-bug T-compiler
#96865 opened May 9, 2022 by SabrinaJewson
Closure in async block fails to compile when it should, issues incorrect/misleading diagnostic A-async-await AsyncAwait-Triaged C-bug E-needs-mcve
#96128 opened Apr 16, 2022 by cdhowie
rebinding values in an async function can double the memory usage A-async-await AsyncAwait-Polish AsyncAwait-Triaged
#96084 opened Apr 15, 2022 by jkarneges
debuginfo: identify awaitee (via special name or other solution) A-async-await AsyncAwait-Triaged
#95521 opened Mar 31, 2022 by pnkfelix
Confusing error message with borrows and dyn Error A-async-await A-diagnostics A-lifetimes AsyncAwait-Polish AsyncAwait-Triaged T-compiler
#95404 opened Mar 28, 2022 by insanitybit
ICE on "computing whether GenFuture<_> is Copy" A-async-await A-generators AsyncAwait-Triaged C-bug glacier I-ICE P-medium regression-from-stable-to-stable T-compiler
#95034 opened Mar 17, 2022 by aliemjay
Improve error message when trying to use ? in an async block that does not return a FromResidual type A-async-await A-diagnostics AsyncAwait-Polish AsyncAwait-Triaged T-compiler
#94944 opened Mar 15, 2022 by Heliozoa
generator_interior should be refactored to use ExprUseVisitor A-async-await A-technical-debt AsyncAwait-Triaged C-cleanup
#94463 opened Feb 28, 2022 by eholk
Drop tracking misses variables consumed in let statements A-async-await A-generators AsyncAwait-Polish AsyncAwait-Triaged C-bug
#93674 opened Feb 5, 2022 by tmiasko
Implementation of trait is not general enough when boxing future returning <T as Foo<'a>>::Foo A-async-await AsyncAwait-Polish AsyncAwait-Triaged C-bug
#92415 opened Dec 29, 2021 by ibraheemdev
Add Future::poll_once A-async-await S-waiting-on-author T-libs-api
#92116 opened Dec 20, 2021 by ibraheemdev Loading…
Duplicate error messages in async code A-async-await AsyncAwait-Polish AsyncAwait-Triaged
#91463 opened Dec 2, 2021 by eholk
must_not_suspend should trigger for temporary in match expression (but does not) A-async-await A-lint AsyncAwait-Triaged C-bug
#90937 opened Nov 16, 2021 by qutesy
Problem with GATs, async, and Send-bounds A-associated-items A-async-await A-lifetimes A-traits AsyncAwait-Triaged C-bug F-generic_associated_types GATs-triaged requires-nightly T-compiler
#90696 opened Nov 8, 2021 by JanBeh
Tracking Issue for poll.ready()? A-async-await AsyncAwait-Triaged C-tracking-issue disposition-merge proposed-final-comment-period T-libs-api
#89780 opened Oct 11, 2021 by dtolnay
1 of 3 tasks
New must_not_suspend lint triggers even when value has been moved A-async-await A-lint AsyncAwait-Triaged C-bug
#89562 opened Oct 5, 2021 by jplatte
Moved value is considered as held across an await in async fn A-async-await AsyncAwait-Triaged C-bug
#87309 opened Jul 20, 2021 by WaffleLapkin
Confusing error: Immutable reference to future is not a future A-async-await A-diagnostics AsyncAwait-Triaged D-newcomer-roadblock D-papercut E-help-wanted E-mentor T-compiler
#87211 opened Jul 17, 2021 by Darksonn
Feature: Provide getters of data and vtable pointer for RawWaker? A-async-await AsyncAwait-Triaged C-feature-request T-libs-api
#87021 opened Jul 10, 2021 by oxalica
confusing "lifetime mismatch" error when spawning task A-async-await A-diagnostics AsyncAwait-Triaged C-bug D-confusing E-needs-mcve requires-nightly T-compiler
#86487 opened Jun 20, 2021 by yoshuawuyts
Is this difference in lifetime elision for impl Trait arguments between async and non-async function intended? A-async-await A-impl-trait A-lifetimes AsyncAwait-Triaged
#85417 opened May 17, 2021 by LukasKalbertodt
Wrongly typing a collect with async streams causes confusing error messages alongside a cascade of unhelpful error messages A-async-await A-diagnostics AsyncAwait-Triaged T-compiler
#85132 opened May 10, 2021 by Frederik-Baetens
'static closures with non-'static return type are unsound A-associated-items A-async-await A-closures A-lifetimes A-traits A-typesystem AsyncAwait-Triaged C-bug I-unsound P-high T-compiler T-lang
#84366 opened Apr 20, 2021 by steffahn
Deref coercion does not work for some await returned values A-async-await A-coercions AsyncAwait-Triaged C-bug E-medium T-compiler
#83783 opened Apr 2, 2021 by EFanZh
ProTip! Exclude everything labeled bug with -label:bug.