/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue48097.go
12 строк
338 B
Cuong Manh Le
cmd/compile: fix irgen mis-handling invalid function declaration
01 сен 2021, 22:51
01 сен 2021, 22:51
711e1c8
Код
Авторство
О чём код?
// errorcheck -complete // Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package p func F() // ERROR "missing function body" //go:noescape func f() {} // ERROR "can only use //go:noescape with external func implementations"