Update to go1.24.3
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
package main
|
||||
|
||||
func run() { // ERROR "cannot inline run: recursive"
|
||||
//go:noinline
|
||||
func run() { // ERROR "cannot inline run: marked go:noinline"
|
||||
f := func() { // ERROR "can inline run.func1 with cost .* as:.*" "func literal does not escape"
|
||||
g() // ERROR "inlining call to g"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user