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
8bb1eaee64
rust
/
compiler
/
rustc_middle
/
src
/
query
History
Download ZIP
Download TAR.GZ
Oli Scherer
5461836281
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
..
erase.rs
ctfe interpreter: extend provenance so that it can track whether a pointer is immutable
2023-12-07 17:46:36 +01:00
keys.rs
Don't check for recursion in generator witness fields
2024-01-08 20:30:21 +00:00
mod.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
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
Add
DiagCtxt::delayed_bug
.
2024-01-10 07:33:07 +11:00