Round 5 test fixes and rebase conflicts
This commit is contained in:
parent
cb29c468f3
commit
0cd54b85ef
8 changed files with 52 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ use std::marker::PhantomFn;
|
|||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
pub trait TheTrait<'b> : PhantomFn<Self,Self> {
|
||||
pub trait TheTrait<'b> : PhantomFn<&'b Self,Self> {
|
||||
type TheAssocType;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ use std::mem::size_of;
|
|||
static uni: &'static str = "Les Miséééééééérables";
|
||||
static yy: usize = 25;
|
||||
|
||||
static bob: Option<std::borrow::Cow<'static, [isize]>> = None;
|
||||
static bob: Option<&'static [isize]> = None;
|
||||
|
||||
// buglink test - see issue #1337.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue