type list[T] = tag(cons(@T, @list[T]), nil());
fn main() {
let list[int] a = cons[int](10, cons[int](12, cons[int](13, nil[int]())));
}
tag list[T] {
cons(@T, @list[T]);
nil();
}
fn main() {
let list[int] a = cons[int](10, cons[int](12, cons[int](13, nil[int]())));
}
tag list[T] {
cons(@T, @list[T]);
nil;
}
fn main() {
let list[int] a = cons[int](@10, @cons[int](@12, @cons[int](@13,
@nil[int])));
}
tag list[T] { cons(@T, @list[T]); nil; }
fn main() {
let list[int] a =
cons[int](@10, @cons[int](@12, @cons[int](@13, @nil[int])));
}
tag list[T] { cons(@T, @list[T]); nil; }
fn main() {
let a: list[int] =
cons[int](@10, @cons[int](@12, @cons[int](@13, @nil[int])));
}
tag list[T] { cons(@T, @list<T>); nil; }
fn main() {
let a: list<int> =
cons[int](@10, @cons[int](@12, @cons[int](@13, @nil[int])));
}
tag list<T> { cons(@T, @list<T>); nil; }
fn main() {
let a: list<int> =
cons[int](@10, @cons[int](@12, @cons[int](@13, @nil[int])));
}
tag list<T> { cons(@T, @list<T>); nil; }
fn main() {
let a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
enum list<T> { cons(@T, @list<T>); nil; }
fn main() {
let a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
enum list<T> { cons(@T, @list<T>), nil, }
fn main() {
let a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
enum list<T> { cons(@T, @list<T>), nil, }
fn main() {
let a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
enum list<T> { cons(@T, @list<T>), nil, }
pub fn main() {
let a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
enum list<T> { cons(@T, @list<T>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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)];
enum list<T> { cons(@T, @list<T>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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)]
enum list<T> { cons(@T, @list<T>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
#![feature(managed_boxes)]
enum list<T> { cons(@T, @list<T>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(@10, @cons::<int>(@12, @cons::<int>(@13, @nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
#![feature(managed_boxes)]
use std::gc::{Gc, GC};
enum list<T> { cons(Gc<T>, Gc<list<T>>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(box(GC) 10,
box(GC) cons::<int>(box(GC) 12,
box(GC) cons::<int>(box(GC) 13,
box(GC) nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
use std::gc::{Gc, GC};
enum list<T> { cons(Gc<T>, Gc<list<T>>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(box(GC) 10,
box(GC) cons::<int>(box(GC) 12,
box(GC) cons::<int>(box(GC) 13,
box(GC) nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
enum list<T> { cons(Box<T>, Box<list<T>>), nil, }
pub fn main() {
let _a: list<int> =
cons::<int>(box 10,
box cons::<int>(box 12,
box cons::<int>(box 13,
box nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
enum list<T> { cons(Box<T>, Box<list<T>>), nil, }
pub fn main() {
let _a: list<int> =
list::cons::<int>(box 10,
box list::cons::<int>(box 12,
box list::cons::<int>(box 13,
box list::nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
#![allow(unknown_features)]
#![feature(box_syntax)]
enum list<T> { cons(Box<T>, Box<list<T>>), nil, }
pub fn main() {
let _a: list<int> =
list::cons::<int>(box 10,
box list::cons::<int>(box 12,
box list::cons::<int>(box 13,
box list::nil::<int>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
// ignore-pretty FIXME(#14193)
#![allow(unknown_features)]
#![feature(box_syntax)]
enum list<T> { cons(Box<T>, Box<list<T>>), nil, }
pub fn main() {
let _a: list<isize> =
list::cons::<isize>(box 10,
box list::cons::<isize>(box 12,
box list::cons::<isize>(box 13,
box list::nil::<isize>)));
}
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <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.
#![allow(unknown_features)]
#![feature(box_syntax)]
enum list<T> { cons(Box<T>, Box<list<T>>), nil, }
pub fn main() {
let _a: list<isize> =
list::cons::<isize>(box 10,
box list::cons::<isize>(box 12,
box list::cons::<isize>(box 13,
box list::nil::<isize>)));
}