]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/once-cant-call-twice-on-heap.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / ui / once-cant-call-twice-on-heap.stderr
index 8761b5261d51bab1ebf7b6a2fd2cedcd6680df98..dde75724ed701fe5173bd4bdfa339f48e9c58a9c 100644 (file)
@@ -16,7 +16,7 @@ LL |     blk();
 help: consider further restricting this bound
    |
 LL | fn foo<F:FnOnce() + Copy>(blk: F) {
-   |                   ^^^^^^
+   |                   ++++++
 
 error: aborting due to previous error