-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
Breaking change from #36880
use std::fmt::{Formatter, Debug, Pointer};
fn foo(f: &mut Formatter) {
let a: *const [i32] = &[0] as *const _;
let _ = a.fmt(f);
}
fn main() {}Affects mbox v0.1.3.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.