]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/parser/circular_modules_main.stderr
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / ui / parser / circular_modules_main.stderr
index 1094def6014a97704924e52e27be3adc0aea00f1..2de70789358b06f1c64c7a1206b35f9e816f07a1 100644 (file)
@@ -12,7 +12,7 @@ LL |     println!("{}", circular_modules_main::hi_str());
    |
 help: consider importing this function
    |
-LL | use hi_str;
+LL + use hi_str;
    |
 help: if you import `hi_str`, refer to it directly
    |