This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-30 06:43:20 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f0845862ced500ba76798080cf1fa5c28c4905e
rust
/
tests
/
ui
/
pattern
/
usefulness
/
integer-ranges
T
History
Sebastian Toh
82ce7b1461
Add note when matching on tuples/ADTs containing non-exhaustive types
2023-08-21 11:18:20 +08:00
..
exhaustiveness.rs
…
exhaustiveness.stderr
Perform match checking on THIR.
2023-04-03 15:59:21 +00:00
overlapping_range_endpoints.rs
…
overlapping_range_endpoints.stderr
…
pointer-sized-int.allow.stderr
…
pointer-sized-int.deny.stderr
Add note when matching on tuples/ADTs containing non-exhaustive types
2023-08-21 11:18:20 +08:00
pointer-sized-int.rs
…
precise_pointer_matching-message.rs
…
precise_pointer_matching-message.stderr
Perform match checking on THIR.
2023-04-03 15:59:21 +00:00
reachability.rs
…
reachability.stderr
…