Rock icon indicating copy to clipboard operation
Rock copied to clipboard

Forbid calls on non-function items

Open Champii opened this issue 3 years ago • 0 comments

There is no check done to forbid the call of a non-function item.

main: -> 2!
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/lib/infer/monomorphize/monomorphizer.rs:284:44

Champii avatar Jul 07 '22 10:07 Champii