diff options
Diffstat (limited to 'src/librustpkg/package_source.rs')
| -rw-r--r-- | src/librustpkg/package_source.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustpkg/package_source.rs b/src/librustpkg/package_source.rs index 02c6294f236..6b4f1c1ae1a 100644 --- a/src/librustpkg/package_source.rs +++ b/src/librustpkg/package_source.rs @@ -459,7 +459,7 @@ impl PkgSrc { subcfgs, opt, what); - // XXX: result is an Option<Path>. The following code did not take that + // FIXME: result is an Option<Path>. The following code did not take that // into account. I'm not sure if the workcache really likes seeing the // output as "Some(\"path\")". But I don't know what to do about it. // FIXME (#9639): This needs to handle non-utf8 paths |
