]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/uintptrescapes2.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / uintptrescapes2.go
index 3ff1d940425863caae41c03e59a1a57d379e97e0..656286c0ff2bd72e7580bd7592a533d4a346d1df 100644 (file)
@@ -30,7 +30,7 @@ type T struct{}
 func (T) M1(a uintptr) {} // ERROR "escaping uintptr"
 
 //go:uintptrescapes
-func (T) M2(a ...uintptr) {} // ERROR "escaping ...uintptr" "leaking param: a"
+func (T) M2(a ...uintptr) {} // ERROR "escaping ...uintptr"
 
 func TestF1() {
        var t int                        // ERROR "moved to heap"