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 da383e2 commit 9c9cbe4Copy full SHA for 9c9cbe4
oauth1-request-derive/tests/compile-fail/typeck.rs
@@ -5,11 +5,10 @@ use std::fmt::{self, Formatter};
5
//~| expected `u8`, found `()`
6
//~^^^ ERROR: mismatched types
7
//~| expected `()`, found `u8`
8
-//~^^^^^ ERROR: `()` doesn't implement `std::fmt::Display`
9
// FIXME: move these errors to (1) to (3) respectively
10
struct Test {
11
not_display: (),
12
- //^ (3)
+ //~^ ERROR: `()` doesn't implement `std::fmt::Display`
13
14
#[oauth1(fmt = fmt_missing_arg)]
15
//~^ ERROR: mismatched types
0 commit comments