diff options
| author | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-06-07 15:00:47 +0200 |
|---|---|---|
| committer | Fabian Wolff <fabian.wolff@alumni.ethz.ch> | 2021-06-07 15:00:47 +0200 |
| commit | 09307a3e0db0154ac0c37443463a73c32bfe9b5d (patch) | |
| tree | 1f30f6970e83b01fc2b77b45fcee0b0c402987d6 | |
| parent | c01d63ab767084eba25bfc317d5aa1f21820836d (diff) | |
| download | rust-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.stderr | 1 |
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`. |
