327 B
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
|
Running `target/debug/dust -c '42 + true'`
error: Compilation Error: Cannot add to this type
|
1 | 42 + true
| ^^^^ While parsing this code
|