From 12a7c44499574d9ae2da462b2d4809678d5d9891 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..9da4230f8917 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; import dmd.visitor; enum LOGDOTEXP = 0; // log ::dotExp()