This commit is contained in:
Tshepang Mbambo 2023-02-17 03:45:48 +02:00
parent 947b696ce0
commit ad8947c32b

View File

@ -13,7 +13,7 @@
//! This crate contains codegen code that is used by all codegen backends (LLVM and others).
//! The backend-agnostic functions of this crate use functions defined in various traits that
//! have to be implemented by each backends.
//! have to be implemented by each backend.
#[macro_use]
extern crate rustc_macros;