mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-21 13:25:53 +02:00
The Error
trait is in core
as of Rust 1.81.0 (#2408)
This commit is contained in:
parent
905784e601
commit
c16c07a53a
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user