Commit ac44a37
committed
Add admonition about asm attribute implementation
The implementation of attributes for asm macro template strings and
operands doesn't use the normal system in `rustc` for handling
attributes. This leads to the limitations and may lead to subtle
divergences in behavior. Let's make a note about this.
For background, see:
- #2063 (comment)
- rust-lang/rust#147736 (comment)1 parent 447b76c commit ac44a37
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
292 | 295 | | |
293 | 296 | | |
294 | 297 | | |
| |||
0 commit comments