Eric Huss
Eric Huss
cc tracking issue https://github.com/rust-lang/rust/issues/111466
#1367 has removed the warning, but there still needs to be something added about the restriction of creating unaligned references (probably in the pointers page?). Also, I don't think "unaligned"...
Note: An initial stab at this was done in #393.
@bjorn3 or @petrochenkov Does the information here look correct to you?
> Yes, but I'm not sure this belongs to the language reference? Yea, there is a gray area where it is unclear how much regarding crate types and linkage are...
Would it be sufficient to have the keywords in `keywords.md` link to where it's used? In relation to #211, I'm thinking whether or not there should be a single Appendix...
The section at [Forwarding a matched fragment](https://doc.rust-lang.org/reference/macros-by-example.html#forwarding-a-matched-fragment) mentions that fragments are treated as opaque AST elements. Does that cover what you are looking for? For the most part, expansion is...
Thanks for the PR! I think I would prefer to add a holistic solution for CRLF normalization instead of trying to address individual places. There are various points noted in...
Closing as superseded by #1459. Thanks!
> I always thought those are the same thing. I'm not aware of any well-defined distinction, and they are sometimes used interchangeably. I've noticed a trend that "spec" is decidedly...