Skip to content

Commit 891b25a

Browse files
TeXitoiCreepySkeleton
authored andcommitted
Update ui test to latest stable
1 parent 4759d50 commit 891b25a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/macro-errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
66
// option. This file may not be copied, modified, or distributed
77

8-
#[rustversion::attr(any(not(stable), before(1.39)), ignore)]
8+
#[rustversion::attr(any(not(stable), before(1.43)), ignore)]
99
#[test]
1010
fn ui() {
1111
let t = trybuild::TestCases::new();

tests/ui/tuple_struct.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ error: structopt only supports non-tuple structs and enums
33
|
44
11 | #[derive(StructOpt, Debug)]
55
| ^^^^^^^^^
6+
|
7+
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)