go:noinline
(x chan struct{})
| 174 | |
| 175 | //go:noinline |
| 176 | func panicChanStruct(x chan struct{}) { |
| 177 | panic("test") |
| 178 | } |
| 179 | |
| 180 | /* TODO(maruel): This is not detected! |
| 181 | func panicRaceUnaligned() { |
no outgoing calls
no test coverage detected
searching dependent graphs…