]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/privacy/privacy-ns1.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / privacy / privacy-ns1.stderr
index 66e9b78f6764a1e1dc7b538073f71646e77e279f..45ca00f55ab596598b61c54ecaae4cf7e267b246 100644 (file)
@@ -63,10 +63,6 @@ LL | use foo2::Bar;
    |
 LL | use foo3::Bar;
    |
-help: you might be missing a type parameter
-   |
-LL | fn test_glob3<Bar>() {
-   |              ^^^^^
 
 error[E0107]: wrong number of const arguments: expected 0, found 1
   --> $DIR/privacy-ns1.rs:35:17