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
f1d273cbfb
rust
/
compiler
/
rustc_expand
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
Use
ThinVec
in
ast::Path
.
2022-11-17 13:56:38 +11:00