-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests
- Loading branch information
George-lewis
committed
Jan 13, 2024
1 parent
6e92b6e
commit 0957eaa
Showing
406 changed files
with
1,363 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
// ignore-stage1 | ||
// compile-flags: -Zdeduplicate-diagnostics=yes | ||
extern crate rustc_data_structures; | ||
//~^ use of unstable library feature 'rustc_private' | ||
//~| NOTE: issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information | ||
//~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date | ||
extern crate rustc_macros; | ||
//~^ use of unstable library feature 'rustc_private' | ||
//~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information | ||
//~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date | ||
extern crate rustc_query_system; | ||
//~^ use of unstable library feature 'rustc_private' | ||
//~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information | ||
//~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date | ||
|
||
use rustc_macros::HashStable; | ||
//~^ use of unstable library feature 'rustc_private' | ||
//~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information | ||
//~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date | ||
|
||
#[derive(HashStable)] | ||
//~^ use of unstable library feature 'rustc_private' | ||
//~| NOTE: in this expansion of #[derive(HashStable)] | ||
//~| NOTE: in this expansion of #[derive(HashStable)] | ||
//~| NOTE: in this expansion of #[derive(HashStable)] | ||
//~| NOTE: in this expansion of #[derive(HashStable)] | ||
//~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information | ||
//~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date | ||
struct Test; | ||
|
||
fn main() {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.