[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
This commit is contained in:
parent
e53d6dd35b
commit
ec2cc761bc
9925 changed files with 16397 additions and 16397 deletions
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
pub fn yes_vec_partial_eq_array<A, B>() -> impl PartialEq<[B; 32]>
|
||||
where
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
pub fn yes_vec_partial_eq_array<A, B>() -> impl PartialEq<[B; 33]>
|
||||
where
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
use std::{convert::TryFrom, rc::Rc, sync::Arc};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
pub fn yes_as_ref() -> impl AsRef<[u8]> {
|
||||
[0; 32]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
pub fn yes_as_ref() -> impl AsRef<[u8]> {
|
||||
[0; 33]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
#![feature(trusted_len)]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// check-pass
|
||||
//@ check-pass
|
||||
|
||||
#![feature(trusted_len)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue