We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a539b0d commit 02c45deCopy full SHA for 02c45de
src/test/run-pass/issue-4016.rs
@@ -13,7 +13,7 @@ extern crate serialize;
13
14
use serialize::{json, Decodable};
15
16
-trait JD : Decodable<json::Decoder, json::Error> { }
+trait JD : Decodable<json::Decoder, json::DecoderError> { }
17
18
fn exec<T: JD>() {
19
let doc = json::from_str("").unwrap();
0 commit comments