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

Configure Feed

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

clippy

author
Giacomo Cavalieri
committer
Louis Pilfold
date (Jul 14, 2026, 2:48 PM +0100) commit 1ffa682a parent 0f80af7e change-id trzrlusy
+1 -1
+1 -1
compiler-core/src/parse.rs
··· 2743 2743 end: fields.last().map_or(name_end, |field| field.location.end), 2744 2744 }, 2745 2745 error: ParseErrorType::ExpectedRecordConstructor { 2746 - type_name: type_name.clone(), 2746 + type_name, 2747 2747 public, 2748 2748 opaque, 2749 2749 fields,