os-rust/compiler/rustc_transmute
Bryan Garza 263a4f2cb6 Safe Transmute: Change Answer type to Result
This patch updates the `Answer` type from `rustc_transmute` so that it just a
type alias to `Result`. This makes it so that the standard methods for `Result`
can be used to process the `Answer` tree, including being able to make use of
the `?` operator on `Answer`s.

Also, remove some unused functions
2023-05-24 14:52:19 -07:00
..
src Safe Transmute: Change Answer type to Result 2023-05-24 14:52:19 -07:00
Cargo.toml safe transmute: use FxIndex{Map,Set} instead of FxHash{Map,Set} 2022-08-23 15:52:49 +00:00