about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-items
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2020-01-31 11:35:37 -0800
committerEsteban Küber <esteban@kuber.com.ar>2020-02-08 21:08:59 -0800
commit3cdd7ae59ef9df70f3b31024466266160c9f5d11 (patch)
treed7e4865c59128d92e1e973191816cb3d1a4dfd6c /src/test/ui/missing/missing-items
parent319dd6f139377259ceca7db35069b382446ee3bf (diff)
downloadrust-3cdd7ae59ef9df70f3b31024466266160c9f5d11.tar.gz
rust-3cdd7ae59ef9df70f3b31024466266160c9f5d11.zip
review comment
Diffstat (limited to 'src/test/ui/missing/missing-items')
-rw-r--r--src/test/ui/missing/missing-items/m2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/missing/missing-items/m2.stderr b/src/test/ui/missing/missing-items/m2.stderr
index f8243528d72..094782099f6 100644
--- a/src/test/ui/missing/missing-items/m2.stderr
+++ b/src/test/ui/missing/missing-items/m2.stderr
@@ -6,7 +6,7 @@ LL | impl m1::X for X {
    |
    = help: implement the missing item: `const CONSTANT: u32 = 42;`
    = help: implement the missing item: `type Type = Type;`
-   = help: implement the missing item: `fn method(&self, _: std::string::String) -> <Self as m1::X>::Type { unimplemented!() }`
+   = help: implement the missing item: `fn method(&self, _: std::string::String) -> <Self as m1::X>::Type { todo!() }`
 
 error: aborting due to previous error