From 01891d55443fd602a8361ae8d47f9b5b1e4ec6c6 Mon Sep 17 00:00:00 2001 From: Kivooeo Date: Thu, 24 Jul 2025 21:26:50 +0500 Subject: [PATCH] remove hello world directory --- tests/ui/README.md | 4 ---- tests/ui/{hello_world/main.rs => warnings/hello-world.rs} | 0 2 files changed, 4 deletions(-) rename tests/ui/{hello_world/main.rs => warnings/hello-world.rs} (100%) diff --git a/tests/ui/README.md b/tests/ui/README.md index 86c9ad9c1ce8a..66c1bb905a792 100644 --- a/tests/ui/README.md +++ b/tests/ui/README.md @@ -654,10 +654,6 @@ Tests on range patterns where one of the bounds is not a direct value. Tests for the standard library collection [`std::collections::HashMap`](https://doc.rust-lang.org/std/collections/struct.HashMap.html). -## `tests/ui/hello_world/` - -Tests that the basic hello-world program is not somehow broken. - ## `tests/ui/higher-ranked/` Tests for higher-ranked trait bounds. diff --git a/tests/ui/hello_world/main.rs b/tests/ui/warnings/hello-world.rs similarity index 100% rename from tests/ui/hello_world/main.rs rename to tests/ui/warnings/hello-world.rs