/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue29870b.go
14 строк
357 B
Robert Griesemer
cmd/compile: remove quoting in favor of clearer prose in error messages
30 май 2024, 22:19
30 май 2024, 22:19
cc95d85
Код
Авторство
О чём код?
// errorcheck // Copyright 2019 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. // Make sure we're compiling "_" functions at least enough // to get to an error which is generated during walk. package main func _() { x := 7 // ERROR "declared and not used" }