Uh oh!
There was an error while loading. Please reload this page.
manual fixes + editor syntax highlighting - #13207
Conversation
emberian
commented
Mar 30, 2014
cc @nikomatsakis@pcwalton@brson In particular I'm not sure about the style here. I've taken some liberties in what I think the language reference should look like. I think that, after I'm done implementing tbaa, I will spend some significant time wrangling with the manual. |
emberian
commented
Mar 30, 2014
(starting with a grammar) |
alexcrichton
commented
Mar 30, 2014
#13215 also adds support in vim for the new attribute syntax. |
There was a problem hiding this comment.
there is no semi-colon in the new attributes syntax. why you mention it here?
There was a problem hiding this comment.
oops, bad edit, good catch.
Mostly around attributes and language items.
There was a problem hiding this comment.
I'm pretty sure the terminating ; on the EBNF rules is required.
lilyball
commented
Apr 4, 2014
r=me with my comments addressed. |
lilyball
commented
Apr 4, 2014
@cmr r=me after squash. |
- Sort attributes lexicographically - Use new attribute syntax consistently - Fix wording describing new attribute syntax - Expand section on `repr`
fix: add semicolon completion to mod fixesrust-lang#13196 `@Veykril` The tests are passing. I added one specifically for this case.
fixesrust-lang#12979fixesrust-lang#12951fixesrust-lang#13233 Tests still need to be finished and the docs still need to be updated, but this should otherwise ready. changelog: Lint `declare_interior_mutable_const` and `borrow_interior_mutable_const` more precisely
No description provided.