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 5ea7e87 commit 364d779Copy full SHA for 364d779
crates/formality-rust/src/grammar/minirust.rs
@@ -8,6 +8,8 @@ use crate::grammar::FnId;
8
use std::sync::Arc;
9
10
// This definition is based on [MiniRust](https://github.com/minirust/minirust/blob/master/spec/lang/syntax.md).
11
+// Difference from minirust:
12
+// * ValueExpression::Struct - In minirust, struct is represented as Tuple.
13
14
id!(BbId);
15
id!(LocalId);
0 commit comments