about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2015-11-24 01:51:58 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2015-11-25 21:55:26 +0300
commit5127d24a3e863a0ce99bffd6bacfce396ae0813b (patch)
treebea2fbbdf39079d66edbd9af82e7c633df5d06e7 /src/test
parent1b9a13e6ba83a5619b628c1534b1c6d566157f62 (diff)
downloadrust-5127d24a3e863a0ce99bffd6bacfce396ae0813b.tar.gz
rust-5127d24a3e863a0ce99bffd6bacfce396ae0813b.zip
Remove `#[staged_api]`
Diffstat (limited to 'src/test')
-rw-r--r--src/test/compile-fail/staged_api.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/compile-fail/staged_api.rs b/src/test/compile-fail/staged_api.rs
deleted file mode 100644
index 53d687b5cfe..00000000000
--- a/src/test/compile-fail/staged_api.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2015 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.
-
-#![staged_api] //~ ERROR staged_api is for use by rustc only
-
-fn main() { }