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

Configure Feed

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

gleam / test-package-compiler / src / snapshots / test_package_compiler__generated_tests__duplicate_module.snap
256 B 10 lines
1--- 2source: test-package-compiler/src/generated_tests.rs 3expression: "./cases/duplicate_module" 4--- 5error: Duplicate module 6 7The module `main` is defined multiple times. 8 9It is first defined at src/main.gleam 10It is defined a second time at test/main.gleam