This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31e799f17f
rust
/
tests
/
target
/
extern-rust.rs
2 lines
26 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor ABI formatting (#5845) 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
2023-08-14 07:19:23 -05:00
extern
"
Rust
"
fn
uwu
(
)
{
}
Reference in New Issue
Copy Permalink