mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 17:48:10 +00:00
bfe5189904
This reverts commit b379d216ee
.
7 lines
129 B
Rust
7 lines
129 B
Rust
// only-x86_64
|
|
|
|
#[target_feature(enable = "sse2")] //~ ERROR can only be applied to `unsafe` functions
|
|
fn foo() {}
|
|
|
|
fn main() {}
|