/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue18459.go
13 строк
334 B
Robert Griesemer
cmd/compile: provide line number for cgo directive error (fix a TODO)
03 фев 2017, 00:24
03 фев 2017, 00:24
c1363b2
Код
Авторство
О чём код?
// errorcheck // Copyright 2016 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. // Verify that we have a line number for this error. package main //go:nowritebarrier // ERROR "//go:nowritebarrier only allowed in runtime" func main() { }