diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-22 10:14:41 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-22 10:14:41 +0000 |
commit | 5be7bd605a09fafbc2bb91ebc3c4c3e35cf24110 (patch) | |
tree | df8d82b2672d1bf33b6c738bf68320a012886de3 /crates/ra_ide_api/src/wasm_shims.rs | |
parent | 5dd44a08203c538d6c5c7311ded73f7a20b57557 (diff) | |
parent | 8ae5d6faf6006e873695bef6fd05cba69e027f63 (diff) | |
parent | 4fc900deb121539a5311059e1ebb83ef73b190df (diff) |
Merge #2348 #2352
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 <[email protected]>
Co-authored-by: Aleksey Kladov <[email protected]>