rust/compiler
Tomasz Miąsko 888332fee4 Reject unsupported naked functions
Transition unsupported naked functions future incompatibility lint into
an error:

* Naked functions must contain a single inline assembly block.
  Introduced as future incompatibility lint in 1.50 #79653.
  Change into an error fixes a soundness issue described in #32489.

* Naked functions must not use any forms of inline attribute.
  Introduced as future incompatibility lint in 1.56 #87652.
2022-01-21 17:38:21 +01:00
..
2022-01-19 13:58:29 +01:00
2022-01-20 14:50:35 +01:00
2022-01-12 16:09:01 +01:00
2022-01-19 13:58:29 +01:00
2022-01-19 13:44:43 -06:00
2022-01-15 01:16:55 +00:00