Skip to content

Blog post on new inline assembly syntax #600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 8, 2020
Prev Previous commit
Next Next commit
Typo fix
  • Loading branch information
joshtriplett committed May 26, 2020
commit b1fb3b4f2f2161f9070cb5e1ab8a34de45b47bee
2 changes: 1 addition & 1 deletion posts/inside-rust/2020-05-25-new-inline-asm.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ compiler implementation:
- The proposal first started as a [pre-RFC on
internals](https://internals.rust-lang.org/t/pre-rfc-2-inline-assembly/11310).
- Inline assembly became one of the language team's first [project
group](https://github.com/rust-lang/rfcs/blob/master/text/2836-project-asm.md),
groups](https://github.com/rust-lang/rfcs/blob/master/text/2836-project-asm.md),
and iteratively designed RFCs in [the project group
repository](https://github.com/rust-lang/project-inline-asm/).
- [RFC 2873](https://github.com/rust-lang/rfcs/pull/2873) (still under
Expand Down