1
Fork 0

[AUTO-GENERATED] Migrate ui tests from // to //@ directives

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-02-16 20:02:50 +00:00
parent e53d6dd35b
commit ec2cc761bc
No known key found for this signature in database
GPG key ID: 95DDEBD74A1DC2C0
9925 changed files with 16397 additions and 16397 deletions

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
pub fn yes_vec_partial_eq_array<A, B>() -> impl PartialEq<[B; 32]>
where

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
pub fn yes_vec_partial_eq_array<A, B>() -> impl PartialEq<[B; 33]>
where

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
use std::{convert::TryFrom, rc::Rc, sync::Arc};

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
pub fn yes_as_ref() -> impl AsRef<[u8]> {
[0; 32]

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
pub fn yes_as_ref() -> impl AsRef<[u8]> {
[0; 33]

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
#![feature(trusted_len)]

View file

@ -1,4 +1,4 @@
// check-pass
//@ check-pass
#![feature(trusted_len)]