summaryrefslogtreecommitdiff
path: root/tests/ui/resolve/issue-109250.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-109250.rs')
-rw-r--r--tests/ui/resolve/issue-109250.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/resolve/issue-109250.rs b/tests/ui/resolve/issue-109250.rs
new file mode 100644
index 00000000000..68e33f693ce
--- /dev/null
+++ b/tests/ui/resolve/issue-109250.rs
@@ -0,0 +1,3 @@
+fn main() { //~ HELP consider importing
+ HashMap::new; //~ ERROR failed to resolve: use of undeclared type `HashMap`
+}