518dc52f85
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
9 lines
151 B
Rust
9 lines
151 B
Rust
// compile-flags:--test
|
|
// xfail-fast
|
|
|
|
use std;
|
|
|
|
// Building as a test runner means that a synthetic main will be run,
|
|
// not ours
|
|
fn main() { fail; }
|