1
0
dust/wl-copy

8 lines
327 B
Plaintext
Raw Normal View History

2024-12-10 15:03:11 +00:00
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
 |