mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
2ab5d8ac44
Implement new literal type `Err` Fixes #57384 I removed `return Ok`, otherwise, two errors occur. Any solutions? r? @estebank