remove location-insensitive ICE test
This commit is contained in:
parent
0f3dd33e1d
commit
735013d281
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
//@ known-bug: #127628
|
||||
//@ compile-flags: -Zpolonius=next
|
||||
|
||||
use std::io::{self, Read};
|
||||
|
||||
pub struct Container<'a> {
|
||||
reader: &'a mut dyn Read,
|
||||
}
|
||||
|
||||
impl<'a> Container {
|
||||
pub fn wrap<'s>(reader: &'s mut dyn io::Read) -> Container<'s> {
|
||||
Container { reader: reader }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue