about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2020-01-10 16:27:37 +0000
committervarkor <github@varkor.com>2020-01-12 15:37:50 +0000
commit117443ec0ad7aefabbc20c3f23f90e14b2b43c05 (patch)
treebe7969fc5b03a17646f87d547d202aa1e6d45e7b
parent3de9b8a3b7963b2eb03d570b54055b0a895662f1 (diff)
downloadrust-117443ec0ad7aefabbc20c3f23f90e14b2b43c05.tar.gz
rust-117443ec0ad7aefabbc20c3f23f90e14b2b43c05.zip
Appease tidy
-rw-r--r--src/test/ui/resolve/impl-items-vis-unresolved.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/resolve/impl-items-vis-unresolved.rs b/src/test/ui/resolve/impl-items-vis-unresolved.rs
index a124b4eff8f..1494c1cf968 100644
--- a/src/test/ui/resolve/impl-items-vis-unresolved.rs
+++ b/src/test/ui/resolve/impl-items-vis-unresolved.rs
@@ -18,7 +18,8 @@ mod state {
 pub struct RawFloatState;
 impl RawFloatState {
     perftools_inline! {
-        pub(super) fn new() {} //~ ERROR failed to resolve: there are too many leading `super` keywords
+        pub(super) fn new() {}
+        //~^ ERROR failed to resolve: there are too many leading `super` keywords
     }
 }