You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-30 12:29:40 +02:00
The Error
trait is in core
as of Rust 1.81.0 (#2408)
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
- `Option`, `Result`
|
||||
- `Display`, `Debug`, `write!`...
|
||||
- `Iterator`
|
||||
- `Error`
|
||||
- `panic!`, `assert_eq!`...
|
||||
- `NonNull` and all the usual pointer-related functions
|
||||
- `Future` and `async`/`await`
|
||||
@ -42,7 +43,6 @@
|
||||
</td>
|
||||
<td>
|
||||
|
||||
- `Error`
|
||||
- `HashMap`
|
||||
- `Mutex`, `Condvar`, `Barrier`, `Once`, `RwLock`, `mpsc`
|
||||
- `File` and the rest of `fs`
|
||||
|
Reference in New Issue
Block a user