We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad692c commit e383b28Copy full SHA for e383b28
tests/ui/shadowed/use-shadows-reexport.rs
@@ -1,3 +1,5 @@
1
+//! Check that a local `use` declaration can shadow a re-exported item within the same module.
2
+
3
//@ run-pass
4
5
#![allow(unused_imports)]
0 commit comments