remove usingnamespace from the language

closes #20663
This commit is contained in:
Andrew Kelley
2025-07-07 13:36:03 -07:00
parent aa52bb8327
commit 34f64432b0
43 changed files with 29 additions and 910 deletions

View File

@@ -1,8 +0,0 @@
test "using std namespace" {
const S = struct {
usingnamespace @import("std");
};
try S.testing.expect(true);
}
// test