auto merge of #16531 : alexcrichton/rust/snapshots, r=luqmana
Hopefully this will fix #16489!
This commit is contained in:
commit
85fd37f876
@ -314,7 +314,6 @@ fn visit_leave_fn(&mut self, purity: uint, proto: uint,
|
||||
///
|
||||
/// Using this instrinsic in a function that does not use an out pointer
|
||||
/// will trigger a compiler error.
|
||||
#[cfg(not(stage0))]
|
||||
pub fn return_address() -> *const u8;
|
||||
|
||||
/// Returns `true` if a type requires drop glue.
|
||||
|
@ -87,13 +87,6 @@ pub trait Copy {
|
||||
/// reference; not doing this is undefined behaviour (for example,
|
||||
/// `transmute`-ing from `&T` to `&mut T` is illegal).
|
||||
#[lang="sync"]
|
||||
#[cfg(not(stage0))]
|
||||
pub trait Sync {
|
||||
// Empty
|
||||
}
|
||||
/// dox
|
||||
#[lang="share"]
|
||||
#[cfg(stage0)]
|
||||
pub trait Sync {
|
||||
// Empty
|
||||
}
|
||||
|
@ -1,3 +1,11 @@
|
||||
S 2014-08-14 aa98b25
|
||||
freebsd-x86_64 6a84283dfd8600fca6ec08144228f405ad9fe333
|
||||
linux-i386 6aeac588b086a99f81b53cfadd15617c82c540aa
|
||||
linux-x86_64 0efd0a8516affe0b1c6bf2e02e08ceff0f9c3a1d
|
||||
macos-i386 4b2535d247d24869ef00942f80a5a1bd17cafedb
|
||||
macos-x86_64 7b88a4aa4e424a5cb3b6d978132591ea54e9589d
|
||||
winnt-i386 19b86f3c413f07363726fb6bf086307ed14fdae2
|
||||
|
||||
S 2014-08-07 12e0f72
|
||||
freebsd-x86_64 e55055a876ebbde0d3ed3bcb97579afab9264def
|
||||
linux-i386 2665e45879f2ef77ce0c9015f971642fe424ac33
|
||||
|
Loading…
Reference in New Issue
Block a user