about summary refs log tree commit diff
path: root/src/test/ui/chalkify
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2020-07-10 16:05:35 -0700
committerEsteban Küber <esteban@kuber.com.ar>2020-07-14 10:50:24 -0700
commitb7db6bb5af8187ccb9be1076dd99d3cbb7fd8fa5 (patch)
tree948c584ddebe707a794fa28f477006d00ba5d317 /src/test/ui/chalkify
parent28e6f1f5b9370334271042638e7e368319152d55 (diff)
downloadrust-b7db6bb5af8187ccb9be1076dd99d3cbb7fd8fa5.tar.gz
rust-b7db6bb5af8187ccb9be1076dd99d3cbb7fd8fa5.zip
Remove `Sized` `on_unimplemented` note
Diffstat (limited to 'src/test/ui/chalkify')
-rw-r--r--src/test/ui/chalkify/impl_wf.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/chalkify/impl_wf.stderr b/src/test/ui/chalkify/impl_wf.stderr
index e5d7615e43e..fb2e0fc1a61 100644
--- a/src/test/ui/chalkify/impl_wf.stderr
+++ b/src/test/ui/chalkify/impl_wf.stderr
@@ -8,7 +8,6 @@ LL | impl Foo for str { }
    |      ^^^ doesn't have a size known at compile-time
    |
    = help: the trait `std::marker::Sized` is not implemented for `str`
-   = note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
 
 error[E0277]: the trait bound `f32: Foo` is not satisfied
   --> $DIR/impl_wf.rs:27:17