Fix whitespace

This commit is contained in:
Niko Matsakis 2016-04-26 12:49:05 -04:00
parent 5adfe5bffe
commit 9a9c9afbe2

View File

@ -18,7 +18,7 @@ fn foo(x: Whatever) {
//~| expected type `Whatever`
//~| found type `std::option::Option<_>`
//~| expected enum `Whatever`, found enum `std::option::Option`
field.access(),
field.access(),
}
}