remove redundant test
This commit is contained in:
parent
ccc9ba5c30
commit
9788aa0cef
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
//@ check-pass
|
||||
// https://github.com/rust-lang/rust/issues/129541
|
||||
|
||||
#[derive(Clone)]
|
||||
struct Test {
|
||||
field: std::borrow::Cow<'static, [Self]>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
struct Hello {
|
||||
a: <[Hello] as std::borrow::ToOwned>::Owned,
|
||||
}
|
||||
|
||||
fn main(){}
|
Loading…
Add table
Add a link
Reference in a new issue