Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

integer -> int

Co-authored-by: Louis Pilfold <louis@lpil.uk>

+1 -1
+1 -1
compiler-core/src/parse.rs
··· 3941 3941 } 3942 3942 tok0 => { 3943 3943 self.tok0 = tok0; 3944 - self.next_tok_unexpected(vec!["A variable name or an integer".into()]) 3944 + self.next_tok_unexpected(vec!["A variable name or an int".into()]) 3945 3945 } 3946 3946 } 3947 3947 }