bfe5189904
This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c.
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() {}
|