about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Wolff <fabian.wolff@alumni.ethz.ch>2021-06-07 15:00:47 +0200
committerFabian Wolff <fabian.wolff@alumni.ethz.ch>2021-06-07 15:00:47 +0200
commit09307a3e0db0154ac0c37443463a73c32bfe9b5d (patch)
tree1f30f6970e83b01fc2b77b45fcee0b0c402987d6
parentc01d63ab767084eba25bfc317d5aa1f21820836d (diff)
downloadrust-09307a3e0db0154ac0c37443463a73c32bfe9b5d.tar.gz
rust-09307a3e0db0154ac0c37443463a73c32bfe9b5d.zip
Bless ui/where-clauses/where-for-self.rs test
-rw-r--r--src/test/ui/where-clauses/where-for-self.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/where-clauses/where-for-self.stderr b/src/test/ui/where-clauses/where-for-self.stderr
index 84430ffcf88..d06afc1e423 100644
--- a/src/test/ui/where-clauses/where-for-self.stderr
+++ b/src/test/ui/where-clauses/where-for-self.stderr
@@ -6,3 +6,4 @@ LL |     where for<'a> &'a T: for<'b> Bar<'b>
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0316`.