This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cda898b0d9a34e4a3615e879fcd4fb2da3fcead5
rust
/
compiler
/
rustc_middle
/
src
/
query
History
DaniPopes
cda898b0d9
Remove unnecessary unit returns in query declarations
...
For consistency with normal functions.
2024-01-27 14:55:17 +01:00
..
erase.rs
Remove track_errors entirely
2024-01-23 15:23:22 +00:00
keys.rs
Cache local DefId-keyed queries without hashing
2024-01-15 17:16:45 -05:00
mod.rs
Remove unnecessary unit returns in query declarations
2024-01-27 14:55:17 +01:00
on_disk_cache.rs
specialization_graph_of
's
errored
field is used in the only call site, and used to immediately throw away the rest of the value. Let's use
Result
to statically signal that this is happening
2024-01-11 20:34:59 +00:00
plumbing.rs
Make crate_inherent_impls fallible and stop using
track_errors
for it
2024-01-17 10:02:29 +00:00