4b01e62943
fixes 5701 Whenever we see an `extern "Rust"` on a function, we don't strip it from the function. If there's any future desire to have rustfmt remove an explicit "Rust" ABI, as it historically did prior to this change, then we can consider updating the rustfmt config surface to support that scenario
2 lines
26 B
Rust
2 lines
26 B
Rust
extern "Rust" fn uwu() {}
|