]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/levenshtein.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / resolve / levenshtein.stderr
index 68e0cf08ffacf64a5b34abfba79e9360600ddb48..3c76f2684a70228f37f3f538e7d353e9014250c0 100644 (file)
@@ -19,7 +19,7 @@ error[E0412]: cannot find type `Opiton` in this scope
 LL | type B = Opiton<u8>; // Misspelled type name from the prelude.
    |          ^^^^^^ help: an enum with a similar name exists: `Option`
    | 
-  ::: $SRC_DIR/libcore/option.rs:LL:COL
+  ::: $SRC_DIR/core/src/option.rs:LL:COL
    |
 LL | pub enum Option<T> {
    | ------------------ similarly named enum `Option` defined here