diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-01-17 22:32:59 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-01-17 22:33:21 -0800 |
| commit | fbb072837dbbaf30a1e81674b457e5ea816dbca1 (patch) | |
| tree | 8c3d0ec173125757ea9699a7e804e1ebb8bc52ed | |
| parent | 9b8243ac2450c49f95cfbee517109ce13d00f95e (diff) | |
| download | rust-fbb072837dbbaf30a1e81674b457e5ea816dbca1.tar.gz rust-fbb072837dbbaf30a1e81674b457e5ea816dbca1.zip | |
Fix tidy error
| -rw-r--r-- | src/librustc_typeck/check/coercion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/check/coercion.rs b/src/librustc_typeck/check/coercion.rs index f040781e56f..7f053d6af96 100644 --- a/src/librustc_typeck/check/coercion.rs +++ b/src/librustc_typeck/check/coercion.rs @@ -1224,7 +1224,7 @@ impl<'gcx, 'tcx, 'exprs, E> CoerceMany<'gcx, 'tcx, 'exprs, E> cause.span, blk_id, ); - // TODO: replace with navigating up the chain until hitting an fn or + // FIXME: replace with navigating up the chain until hitting an fn or // bailing if no "pass-through" Node is found, in order to provide a // suggestion when encountering something like: // ``` |
