]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/locator.rs
Address remaining feedback items
[rust.git] / src / librustc_metadata / locator.rs
index 662794f0aa11f15ce8a6a711ffe6585e6ac6ab2f..1bdac1039b55a48e07bb179599993968857b0fdf 100644 (file)
@@ -489,7 +489,7 @@ impl<'a> CrateLocator<'a> {
             {
                 err.note(&format!("the `{}` target may not be installed", self.triple));
             } else if self.crate_name == sym::profiler_builtins {
-                err.note(&"the compiler may have been built without `profiler = true`");
+                err.note(&"the compiler may have been built without the profiler runtime");
             }
             err.span_label(self.span, "can't find crate");
             err