This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8cc7073d64
rust
/
src
/
tools
/
compiletest
History
Download ZIP
Download TAR.GZ
David Tolnay
8cc7073d64
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:14:09 -08:00
..
src
Replace
option.map(cond) == Some(true)
with
option.is_some_and(cond)
2023-11-24 09:14:09 -08:00
Cargo.toml
Normalize alloc-id in tests.
2023-10-16 16:29:35 +00:00