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
c00a4648a4
rust
/
compiler
/
rustc_trait_selection
/
src
History
Download ZIP
Download TAR.GZ
Matthias Krüger
5833f74a9c
use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that return () (clippy::option_map_unit_fn)
2020-12-11 23:02:19 +01:00
..
traits
use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that return () (clippy::option_map_unit_fn)
2020-12-11 23:02:19 +01:00
autoderef.rs
compiler: fold by value
2020-11-16 22:34:57 +01:00
infer.rs
compiler: fold by value
2020-11-16 22:34:57 +01:00
lib.rs
TypeVisitor: use
ControlFlow
in rustc_{infer,lint,trait_selection}
2020-10-30 12:27:34 +01:00
opaque_types.rs
Remove extra call to upvar_tys
2020-11-29 19:11:20 -05:00