-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
#[repr(C)]
type Foo = extern fn();
fn main(){}
compiles on stable, not on beta.
This probably shouldn't compile in the first place since typedefs are aliases, but it's better to phase it out and replace it with a warning (later an error) instead of breaking it completely.
cc @brson
Metadata
Metadata
Assignees
Labels
regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.