This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f2f6bcc499
rust
/
tests
/
ui
/
error-codes
/
E0778.rs
5 lines
68 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement the instruction_set attribute
2020-10-08 17:23:27 -05:00
#[
instruction_set()
]
//~ ERROR
Stabilize the `instruction_set` feature Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-09-29 03:27:03 -05:00
fn
no_isa_defined
(
)
{
}
Implement the instruction_set attribute
2020-10-08 17:23:27 -05:00
Stabilize the `instruction_set` feature Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-09-29 03:27:03 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink