From 16cceb753ee40632a0daaa50ffd93443d3056f68 Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Tue, 8 Oct 2024 20:33:37 +0800 Subject: [PATCH] [mtype.d] restrict semantic imports \ --- compiler/src/dmd/mtype.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dmd/mtype.d b/compiler/src/dmd/mtype.d index d40b92b17a1a..b166b4b75e33 100644 --- a/compiler/src/dmd/mtype.d +++ b/compiler/src/dmd/mtype.d @@ -43,7 +43,7 @@ import dmd.rootobject; import dmd.root.stringtable; import dmd.target; import dmd.tokens; -import dmd.typesem; +import dmd.typesem : pointerTo, immutableOf, arrayOf, sharedWildConstOf, sharedConstOf, wildConstOf, sharedWildOf, sharedConstOf; import dmd.visitor; enum LOGDOTEXP = 0; // log ::dotExp()