Skip to content

Commit

Permalink
Update ui test to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXitoi authored and CreepySkeleton committed May 10, 2020
1 parent 4759d50 commit 891b25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/macro-errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed

#[rustversion::attr(any(not(stable), before(1.39)), ignore)]
#[rustversion::attr(any(not(stable), before(1.43)), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down
2 changes: 2 additions & 0 deletions tests/ui/tuple_struct.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ error: structopt only supports non-tuple structs and enums
|
11 | #[derive(StructOpt, Debug)]
| ^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 891b25a

Please sign in to comment.