Skip to content

Commit 9c9cbe4

Browse files
committed
Update compiletest for latest nightly
1 parent da383e2 commit 9c9cbe4

File tree

1 file changed

+1
-2
lines changed
  • oauth1-request-derive/tests/compile-fail

1 file changed

+1
-2
lines changed

oauth1-request-derive/tests/compile-fail/typeck.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ use std::fmt::{self, Formatter};
55
//~| expected `u8`, found `()`
66
//~^^^ ERROR: mismatched types
77
//~| expected `()`, found `u8`
8-
//~^^^^^ ERROR: `()` doesn't implement `std::fmt::Display`
98
// FIXME: move these errors to (1) to (3) respectively
109
struct Test {
1110
not_display: (),
12-
//^ (3)
11+
//~^ ERROR: `()` doesn't implement `std::fmt::Display`
1312

1413
#[oauth1(fmt = fmt_missing_arg)]
1514
//~^ ERROR: mismatched types

0 commit comments

Comments
 (0)