diff options
| author | lpy <pylaurent1314@gmail.com> | 2014-03-11 21:39:26 +0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-12 15:01:25 -0700 |
| commit | aac6e317639140a149d97116d43e66b5bd76bce3 (patch) | |
| tree | f7bd05b43666799c19e197c311a9173ff836926c /src/test/run-pass/foreign-struct.rs | |
| parent | 9959188d0e653871b4995a25ce066dbf0726f132 (diff) | |
| download | rust-aac6e317639140a149d97116d43e66b5bd76bce3.tar.gz rust-aac6e317639140a149d97116d43e66b5bd76bce3.zip | |
Remove remaining nolink usages.(fixes #12810)
Diffstat (limited to 'src/test/run-pass/foreign-struct.rs')
| -rw-r--r-- | src/test/run-pass/foreign-struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/foreign-struct.rs b/src/test/run-pass/foreign-struct.rs index a70fec92659..e242071fb26 100644 --- a/src/test/run-pass/foreign-struct.rs +++ b/src/test/run-pass/foreign-struct.rs @@ -15,7 +15,6 @@ pub enum void { } mod bindgen { use super::void; - #[nolink] extern { pub fn printf(v: void); } |
