We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f1b7d commit b62ec16Copy full SHA for b62ec16
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 0c13ee22ade792f3662641a4ab8470ecfe33c236
+refs/heads/master: 5131216fa6826509bb31672e5fde15b18eeff5d7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/comp/syntax/ast.rs
@@ -489,7 +489,7 @@ enum item_ {
489
item_class([ty_param], /* ty params for class */
490
[@class_item], /* methods, etc. */
491
/* (not including ctor) */
492
- node_id,
+ node_id, /* ctor id */
493
fn_decl, /* ctor decl */
494
blk /* ctor body */
495
),
0 commit comments