This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-26 08:44:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f1d273cbfb
rust
/
compiler
/
rustc_passes
History
Maybe Waffle
f1d273cbfb
Replace some
_ == _ || _ == _
s with
matches!(_, _ | _)
s
2023-01-30 12:26:26 +00:00
..
src
Replace some
_ == _ || _ == _
s with
matches!(_, _ | _)
s
2023-01-30 12:26:26 +00:00
Cargo.toml
passes: migrate half of
check_attr
2022-07-15 16:13:49 +01:00