Michael Goulet
Michael Goulet
Action item: We decided during the meeting August 30, 2023 that @yaahc will open an FCP on this when she's cleared Josh's final comments. note to Jane: `@ rfcbot fcp...
@rfcbot concern four boxes
> are Future and IntoFuture traits that really need to be in the standard library? They certainly need to be in the standard library to support `async` and `await` desugaring....
@craterbot check
Yeah, also speaking as an individual: I think rustfmt deleting any comments is a bug. If there are positions that we want to especially discourage comments, rustfmt can move them...
That just exposed an underlying bug.
Adding some context -- it seems like the `forbid(unsafe_code)` lint only denies `unsafe {}` block usages, not unsafe operations. Therefore, when we're inside of a context with that implicitly allows...
@bors r=lcnr
@rust-timer build 3dd3328e4b318aa8f7df6dd6f687b53f7ad51b22
This likely exposed a preexisting bug in `ref_pat_everywhere` cc @Jules-Bertholet previously `ExprUseVisitor` was silently bailing when it couldn't deref a type it expected to be able to deref.