2348: Add support for stringify! builtin macro r=matklad a=piotr-szpetkowski

Refs #2212

First time ever contributing here, hopefully it's ok.

2352: Move TypeAlias to hir_def r=matklad a=matklad



Co-authored-by: Piotr Szpetkowski <piotr.szpetkowski@pyquest.space>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-11-22 10:14:41 +00:00 committed by GitHub
commit 5be7bd605a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 20 deletions

View file

@ -32,7 +32,6 @@ pub mod db;
pub mod source_binder;
mod ids;
mod type_alias;
mod ty;
mod impl_block;
mod expr;