Dave Nichols
Results
2
issues of
Dave Nichols
### Describe the bug This does not compile: ``` module main pub type Labels = [][]int pub fn new_labels(width int, height int) Labels { //mut labels := [][]int{len: height, init:...
Bug
Unit: Compiler
Unit: Checker
Unit: cgen
### Describe the bug Attempt to compile this: ``` module main import json @[heap] pub struct Logger { } struct SaveParams[T] { object &T } pub fn (mut l Logger)...
Bug
Generics[T]