mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
c1fc8d5296
Exported inlined functions that perform a string conversion using a non-exported named type may miss it in export data. Fixes #5755. R=rsc, golang-dev, ality, r CC=golang-dev https://golang.org/cl/10464043
10 lines
291 B
Go
10 lines
291 B
Go
// compiledir
|
|
|
|
// Copyright 2013 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.
|
|
|
|
// Issue 5755: exported data for inlining may miss
|
|
// named types when used in string conversions.
|
|
|
|
package ignored
|