diff options
| author | Jack Huey <jack.huey@umassmed.edu> | 2020-09-04 01:51:57 -0400 |
|---|---|---|
| committer | Jack Huey <jack.huey@umassmed.edu> | 2020-09-04 19:12:54 -0400 |
| commit | 3a9a4e8b2d027f2f93e20fb3dee2834664dad299 (patch) | |
| tree | da92557c67ac1446c1c98cc264ea6d8a13603053 /src | |
| parent | f6905694658e2f239c7054f063e962d9097dd1be (diff) | |
| download | rust-3a9a4e8b2d027f2f93e20fb3dee2834664dad299.tar.gz rust-3a9a4e8b2d027f2f93e20fb3dee2834664dad299.zip | |
Bless changed test output
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/chalkify/type_wf.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/chalkify/type_wf.stderr b/src/test/ui/chalkify/type_wf.stderr index 71009f1e97d..3cd60369454 100644 --- a/src/test/ui/chalkify/type_wf.stderr +++ b/src/test/ui/chalkify/type_wf.stderr @@ -8,8 +8,8 @@ LL | let s = S { | ^ the trait `Foo` is not implemented for `{float}` | = help: the following implementations were found: + <Option<T> as Foo> <i32 as Foo> - <std::option::Option<T> as Foo> error: aborting due to previous error |
