Skip to content

Commit c16c07a

Browse files
authored
The Error trait is in core as of Rust 1.81.0 (#2408)
1 parent 905784e commit c16c07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bare-metal/no_std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- `Option`, `Result`
2727
- `Display`, `Debug`, `write!`...
2828
- `Iterator`
29+
- `Error`
2930
- `panic!`, `assert_eq!`...
3031
- `NonNull` and all the usual pointer-related functions
3132
- `Future` and `async`/`await`
@@ -42,7 +43,6 @@
4243
</td>
4344
<td>
4445

45-
- `Error`
4646
- `HashMap`
4747
- `Mutex`, `Condvar`, `Barrier`, `Once`, `RwLock`, `mpsc`
4848
- `File` and the rest of `fs`

0 commit comments

Comments
 (0)