This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-19 12:05:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93543bc8bc
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 22:23:27 +00:00
#[
instruction_set()
]
//~ ERROR
Stabilize the `instruction_set` feature Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-09-29 08:27:03 +00:00
fn
no_isa_defined
(
)
{
}
Implement the instruction_set attribute
2020-10-08 22:23:27 +00:00
Stabilize the `instruction_set` feature Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-09-29 08:27:03 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink