move since from inclrtl to std/private/since (#14188)

* move since from inclrtl to std/private/since
* move since import in system below for HCR
This commit is contained in:
hlaaftana
2020-05-03 00:51:59 +03:00
committed by GitHub
parent 3be669be32
commit fbc97e712a
27 changed files with 60 additions and 59 deletions

View File

@@ -8,6 +8,7 @@
#
include "system/inclrtl"
import std/private/since
## This module contains the interface to the compiler's abstract syntax
## tree (`AST`:idx:). Macros operate on this tree.