We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f14db3 commit 484d6f3Copy full SHA for 484d6f3
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1a5e73a82d6a3e27804ac2f37d1f7dca62ecfc02
+refs/heads/master: d4b5f65afcf20befc554dabf2f8735e5d173b382
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b3317d68910900f135f9f38e43a7a699bc736b4a
5
refs/heads/try: 961e0358e1a5c0faaef606e31e9965742c1643bf
trunk/src/libcore/error.rs
@@ -53,7 +53,10 @@
53
//! use std::{io, str};
54
//! use std::fs::File;
55
//!
56
-//! enum MyError { Io(io::Error), Utf8(str::Utf8Error), }
+//! enum MyError {
57
+//! Io(io::Error),
58
+//! Utf8(str::Utf8Error),
59
+//! }
60
61
//! impl FromError<io::Error> for MyError {
62
//! fn from_error(err: io::Error) -> MyError { MyError::Io(err) }
0 commit comments