Error: array literal in @nogc function test.myfun may cause a GC allocation

@nogc void myfun(){
        scope int[] i=[1,2,3];
}//myfun

May is a fuzzy word...

Reply via email to