Skip to content

Commit 2875a0c

Browse files
committed
--bless --compare-mode=nll
1 parent e97caf8 commit 2875a0c

File tree

247 files changed

+683
-679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+683
-679
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
warning: the `#![doc(no_default_passes)]` attribute is considered deprecated
22
|
3-
= warning: please see https://github.com/rust-lang/rust/issues/44136
3+
= warning: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
44
= help: you may want to use `#![doc(document_private_items)]`
55

66
warning: the `#![doc(passes = "...")]` attribute is considered deprecated
77
|
8-
= warning: please see https://github.com/rust-lang/rust/issues/44136
8+
= warning: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
99

src/test/ui-fulldeps/feature-gate-plugin.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: compiler plugins are deprecated
44
LL | #![plugin(empty_plugin)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/29597
7+
= note: see issue #29597 <https://github.com/rust-lang/rust/issues/29597> for more information
88
= help: add `#![feature(plugin)]` to the crate attributes to enable
99

1010
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675

src/test/ui-fulldeps/gated-plugin.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: compiler plugins are deprecated
44
LL | #![plugin(empty_plugin)]
55
| ^^^^^^^^^^^^^^^^^^^^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/29597
7+
= note: see issue #29597 <https://github.com/rust-lang/rust/issues/29597> for more information
88
= help: add `#![feature(plugin)]` to the crate attributes to enable
99

1010
warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675

src/test/ui-fulldeps/hash-stable-is-unstable.stderr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
44
LL | extern crate rustc_data_structures;
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
7+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
88
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
99

1010
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
@@ -13,7 +13,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
1313
LL | extern crate rustc;
1414
| ^^^^^^^^^^^^^^^^^^^
1515
|
16-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
16+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
1717
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
1818

1919
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
@@ -22,7 +22,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
2222
LL | extern crate rustc_macros;
2323
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
2424
|
25-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
25+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
2626
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
2727

2828
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
@@ -31,7 +31,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
3131
LL | use rustc_macros::HashStable;
3232
| ^^^^^^^^^^^^^^^^^^^^^^^^
3333
|
34-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
34+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
3535
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
3636

3737
error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
@@ -40,7 +40,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
4040
LL | #[derive(HashStable)]
4141
| ^^^^^^^^^^
4242
|
43-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
43+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
4444
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
4545
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
4646

src/test/ui-fulldeps/pathless-extern-unstable.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: use of unstable library feature 'rustc_private': this crate is bei
44
LL | pub use rustc;
55
| ^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/27812
7+
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
88
= help: add `#![feature(rustc_private)]` to the crate attributes to enable
99

1010
error: aborting due to previous error

src/test/ui/associated-type/associated-type-projection-from-multiple-supertraits.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error: equality constraints are not yet supported in `where` clauses
44
LL | fn dent_object_2<COLOR>(c: dyn BoxCar) where <dyn BoxCar as Vehicle>::Color = COLOR {
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not supported
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/20041
7+
= note: see issue #20041 <https://github.com/rust-lang/rust/issues/20041> for more information
88

99
error[E0221]: ambiguous associated type `Color` in bounds of `C`
1010
--> $DIR/associated-type-projection-from-multiple-supertraits.rs:19:32

src/test/ui/async-await/feature-async-closure.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: async closures are unstable
44
LL | let _ = async || {};
55
| ^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/62290
7+
= note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
88
= help: add `#![feature(async_closure)]` to the crate attributes to enable
99

1010
error: aborting due to previous error

src/test/ui/borrowck/issue-64453.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: `match` is not allowed in a `static`
44
LL | static settings_dir: String = format!("");
55
| ^^^^^^^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/49146
7+
= note: see issue #49146 <https://github.com/rust-lang/rust/issues/49146> for more information
88
= help: add `#![feature(const_if_match)]` to the crate attributes to enable
99
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
1010

src/test/ui/cast/cast-ptr-to-int-const.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: casting pointers to integers in constants is unstable
44
LL | main as u32
55
| ^^^^^^^^^^^
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/51910
7+
= note: see issue #51910 <https://github.com/rust-lang/rust/issues/51910> for more information
88
= help: add `#![feature(const_raw_ptr_to_usize_cast)]` to the crate attributes to enable
99

1010
error[E0658]: casting pointers to integers in constants is unstable
@@ -13,7 +13,7 @@ error[E0658]: casting pointers to integers in constants is unstable
1313
LL | &Y as *const u32 as u32
1414
| ^^^^^^^^^^^^^^^^^^^^^^^
1515
|
16-
= note: for more information, see https://github.com/rust-lang/rust/issues/51910
16+
= note: see issue #51910 <https://github.com/rust-lang/rust/issues/51910> for more information
1717
= help: add `#![feature(const_raw_ptr_to_usize_cast)]` to the crate attributes to enable
1818

1919
error: aborting due to 2 previous errors

src/test/ui/check-static-immutable-mut-slices.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0658]: references in statics may only refer to immutable values
44
LL | static TEST: &'static mut [isize] = &mut [];
55
| ^^^^^^^ statics require immutable values
66
|
7-
= note: for more information, see https://github.com/rust-lang/rust/issues/57349
7+
= note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
88
= help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
99

1010
error: aborting due to previous error

0 commit comments

Comments
 (0)