rust/library
Dylan MacKenzie fc2c1f8ddc Make Option::unwrap unstably const
`Result::unwrap` is not eligible becuase it formats the contents of the
`Err` variant. `unwrap_or`, `unwrap_or_else` and friends are not
eligible because they drop things or invoke closures.
2020-07-30 12:30:58 -07:00
..
2020-07-30 12:30:58 -07:00
2020-07-28 09:41:09 -07:00