mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-20 11:37:32 +00:00
7 lines
131 B
Rust
7 lines
131 B
Rust
![]() |
#![feature(i128_type)]
|
||
|
#![allow(bad_style)]
|
||
|
|
||
|
extern crate compiler_builtins;
|
||
|
|
||
|
include!(concat!(env!("OUT_DIR"), "/generated.rs"));
|