File tree 19 files changed +19
-19
lines changed
19 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:rustdoc-default-impl.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate rustdoc_default_impl as foo;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:rustdoc-extern-default-method.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate rustdoc_extern_default_method as ext;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:rustdoc-extern-method.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
#![ feature( unboxed_closures) ]
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:rustdoc-ffi.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate rustdoc_ffi as lib;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:inline-default-methods.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate inline_default_methods;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-13698.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_13698;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-15318.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_15318;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-15318.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
#![ feature( no_std) ]
15
15
#![ no_std]
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-17476.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_17476;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-19190-3.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_19190_3;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-20646.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
#![ feature( associated_types) ]
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-20727.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_20727;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-20727.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_20727;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-20727.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_20727;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-20727.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_20727;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-21092.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_21092;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-21801.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_21801;
15
15
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// aux-build:issue-22025.rs
12
- // ignore-android
12
+ // ignore-cross-compile
13
13
14
14
extern crate issue_22025;
15
15
Original file line number Diff line number Diff line change 10
10
11
11
// aux-build:issue-23207-1.rs
12
12
// aux-build:issue-23207-2.rs
13
- // ignore-android
13
+ // ignore-cross-compile
14
14
15
15
extern crate issue_23207_2;
16
16
You can’t perform that action at this time.
0 commit comments