We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2702de commit d36e0f4Copy full SHA for d36e0f4
test/inline_sync.go
@@ -37,7 +37,7 @@ var once *sync.Once
37
38
func small7() { // ERROR "can inline small7"
39
// the Do fast path should be inlined
40
- once.Do(small5) // ERROR "inlining call to sync\.\(\*Once\)\.Do" "inlining call to atomic\.\(\*Uint32\)\.Load"
+ once.Do(small5) // ERROR "inlining call to sync\.\(\*Once\)\.Do" "inlining call to atomic\.\(\*Bool\)\.Load"
41
}
42
43
var rwmutex *sync.RWMutex
0 commit comments