diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-25 01:05:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-25 01:05:00 +0200 |
| commit | b1a866012def324a47408d9130ea6c25cc5d0fc8 (patch) | |
| tree | 81d9539132433fe87a3d154d7cc6f0923be090b3 /src/libcore | |
| parent | 8d9000d38ca359cf7cb13cc456745897a87516ce (diff) | |
| parent | 4b339688b5b49e38545336b27845b7d1e31a5b80 (diff) | |
| download | rust-b1a866012def324a47408d9130ea6c25cc5d0fc8.tar.gz rust-b1a866012def324a47408d9130ea6c25cc5d0fc8.zip | |
Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton
add support for hexagon-unknown-linux-musl
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index fe149d634e2..2b3bad8894e 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -120,6 +120,7 @@ #![feature(cmpxchg16b_target_feature)] #![feature(rtm_target_feature)] #![feature(f16c_target_feature)] +#![feature(hexagon_target_feature)] #![feature(const_slice_len)] #![feature(const_str_as_bytes)] #![feature(const_str_len)] |
