Skip to content

Commit 0b14bd4

Browse files
committed
Rebase on new #[feature] parsing
1 parent 16661a1 commit 0b14bd4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/ui/unpretty/diagnostic-attr.stdout

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//@ compile-flags: -Zunpretty=hir
2-
//@ check-pass
3-
//@ edition: 2015
4-
#![feature(diagnostic_on_const)]
1+
#![attr = Feature([diagnostic_on_const#0])]
52
extern crate std;
63
#[attr = PreludeImport]
74
use ::std::prelude::rust_2015::*;
5+
//@ compile-flags: -Zunpretty=hir
6+
//@ check-pass
7+
//@ edition: 2015
88

99
#[attr = OnUnimplemented {directive: Directive {is_rustc_attr: false,
1010
subcommands: [],

0 commit comments

Comments
 (0)