mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
auto merge of #16021 : brson/rust/mb, r=pcwalton
No longer does anything.
This commit is contained in:
commit
2de3fad72c
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::gc::{Gc, GC};
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![crate_id="crate_method_reexport_grrrrrrr2"]
|
||||
|
||||
pub use name_pool::add;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![crate_id="req"]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::gc::Gc;
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
// force-host
|
||||
|
||||
#![feature(globs, plugin_registrar, macro_rules, quote, managed_boxes)]
|
||||
#![feature(globs, plugin_registrar, macro_rules, quote)]
|
||||
|
||||
extern crate syntax;
|
||||
extern crate rustc;
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-pretty very bad with line comments
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(non_snake_case_functions)]
|
||||
|
||||
use std::io;
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes, unsafe_destructor)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
extern crate collections;
|
||||
extern crate time;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
fn main() {
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
struct Point {
|
||||
x: int,
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
struct point { x: int, y: int }
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
// Verify that managed pointers scope is treated like ownoed pointers.
|
||||
// regresion test for #11586
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{GC, Gc};
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// exec-env:RUST_POISON_ON_FREE=1
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// exec-env:RUST_POISON_ON_FREE=1
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// exec-env:RUST_POISON_ON_FREE=1
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// exec-env:RUST_POISON_ON_FREE=1
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// exec-env:RUST_POISON_ON_FREE=1
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -7,7 +7,6 @@
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// Verifies all possible restrictions for static items values.
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
|
||||
type Foo = Vec<u8>;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::gc::{Gc, GC};
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// Test which of the builtin types are considered POD.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::rc::Rc;
|
||||
use std::gc::Gc;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![forbid(heap_memory)]
|
||||
#![allow(dead_code)]
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
// except according to those terms.
|
||||
|
||||
#![allow(dead_code)]
|
||||
#![feature(managed_boxes)]
|
||||
#![forbid(managed_heap_memory)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
@ -11,7 +11,6 @@
|
||||
// Tests that references to move-by-default values trigger moves when
|
||||
// they occur as part of various kinds of expressions.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
struct Foo<A> { f: A }
|
||||
fn guard(_s: String) -> bool {fail!()}
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes, unsafe_destructor)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes, unsafe_destructor)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// Test no-special rooting is used for managed boxes
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
struct invariant<'a> {
|
||||
f: |x: &mut &'a int|: 'static
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
struct invariant<'a> {
|
||||
f: ||: 'static -> &mut &'a int
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// Check that we correctly infer that b and c must be region
|
||||
// parameterized because they reference a which requires a region.
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes, unsafe_destructor)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
extern crate debug;
|
||||
use std::cell::Cell;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// Test that a class with an unsendable field can't be
|
||||
// sent
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-android: FIXME(#10381)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
|
||||
// its numerical value.
|
||||
|
@ -82,7 +82,6 @@
|
||||
// lldb-command:print *unique_val_interior_ref_2
|
||||
// lldb-check:[...]$9 = 26.5
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(unused_variable)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-android: FIXME(#10381)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// compile-flags:-g
|
||||
|
||||
|
@ -40,7 +40,6 @@
|
||||
// lldb-command:print d->val
|
||||
// lldb-check:[...]$3 = false
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(unused_variable)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
@ -47,7 +47,6 @@
|
||||
// lldb-command:print managed_dtor->val
|
||||
// lldb-check:[...]$3 = StructWithDestructor { x: 33, y: 333, z: 3333, w: 33333 }
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(unused_variable)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-android: FIXME(#10381)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// compile-flags:-g
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
// lldb-check:[...]$2 = TheOnlyCase(-9747455)
|
||||
|
||||
#![allow(unused_variable)]
|
||||
#![feature(struct_variant, managed_boxes)]
|
||||
#![feature(struct_variant)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-android: FIXME(#10381)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// compile-flags:-g
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-android: FIXME(#10381)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// compile-flags:-g
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
// ignore-android: FIXME(#10381)
|
||||
// ignore-lldb
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// compile-flags:-g
|
||||
// gdb-command:set print pretty off
|
||||
|
@ -88,7 +88,6 @@
|
||||
// lldb-check:[...]$13 = 8
|
||||
// lldb-command:continue
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(unused_variable)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
@ -49,7 +49,6 @@
|
||||
// lldb-command:print managed->val
|
||||
// lldb-check:[...]$5 = 7
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(unused_variable)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
@ -12,7 +12,6 @@
|
||||
// previously ambiguous (e.g. 'if true { } *val;' gets parsed as a
|
||||
// binop)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::cell::Cell;
|
||||
use std::gc::GC;
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// error-pattern:meep
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// error-pattern:explicit failure
|
||||
// Issue #2272 - unwind this without leaking the unique pointer
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate debug;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
#![allow(unreachable_code)]
|
||||
#![allow(unused_variable)]
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{GC};
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
// Issue #945
|
||||
// error-pattern:non-exhaustive match failure
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
// exec-env:RUST_NEWRT=1
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::vec;
|
||||
use std::collections;
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
// error-pattern:squirrel
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes, unsafe_destructor)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
// error-pattern:quux
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::Gc;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// error-pattern:fail
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
// ignore-pretty: does not work well with `--test`
|
||||
|
||||
#![feature(quote)]
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate syntax;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// ignore-test FIXME(#5121)
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
extern crate time;
|
||||
extern crate serialize;
|
||||
|
@ -11,7 +11,6 @@
|
||||
// Testing that method lookup automatically both borrows vectors to slices
|
||||
// and also references them to create the &self pointer
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
trait MyIter {
|
||||
fn test_imm(&self);
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{GC, Gc};
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
// Binop corner cases
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::GC;
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
// Test that we root `x` even though it is found in immutable memory,
|
||||
// because it is moved.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{Gc, GC};
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(managed_boxes)]
|
||||
|
||||
use std::gc::{GC, Gc};
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user