Update uitest stderrs

Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
This commit is contained in:
Jonathan Brouwer 2025-07-12 17:34:43 +02:00
parent a460b46d0f
commit 3303534dc8
No known key found for this signature in database
GPG key ID: F13E55D38C971DEF
38 changed files with 274 additions and 85 deletions

View file

@ -6,7 +6,7 @@
#![feature(fn_delegation)]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
fn b<C>(e: C) { }

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
//@ pretty-compare-only
//@ pretty-mode:hir

View file

@ -5,7 +5,7 @@
#![feature(c_variadic)]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
extern "C" {

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
//@ pretty-compare-only
//@ pretty-mode:hir

View file

@ -7,7 +7,7 @@
#![allow(unused)]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
struct Foo<'a> {

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
//@ pretty-compare-only
//@ pretty-mode:hir

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
//@ pretty-compare-only
//@ pretty-mode:hir

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
//@ pretty-compare-only
//@ pretty-mode:hir

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
//@ pretty-compare-only
//@ pretty-mode:hir,typed

View file

@ -1,6 +1,6 @@
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
// Test to print lifetimes on HIR pretty-printing.

View file

@ -6,7 +6,7 @@
#![allow(dead_code, incomplete_features)]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
use std::pin::Pin;