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
8cc7073d64
rust
/
compiler
/
rustc_expand
History
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
Clean up
rustc_*/Cargo.toml
.
2023-10-30 08:46:02 +11:00
messages.ftl
Mention the syntax for
use
on
mod foo;
if
foo
doesn't exist
2023-10-21 15:56:01 +00:00