mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Avoid injecting unfulfilled dependence in compiletest on libnative.
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#![crate_type = "bin"]
|
||||
#![feature(phase)]
|
||||
|
||||
// we use our own (green) start below; do not link in libnative; issue #13247.
|
||||
#![no_start]
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
#![deny(warnings)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user