1
0
dust/wl-copy
2024-12-10 14:01:36 -05:00

327 B

Finished `dev` profile [optimized + debuginfo] target(s) in 0.02s
Running `target/debug/dust -c '42 + true'`
error: Compilation Error: Cannot add to this type
|
1 | 42 + true
| ^^^^ While parsing this code
|