diff options
| author | pravic <[email protected]> | 2017-09-13 07:09:18 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2017-09-13 07:09:18 +0300 |
| commit | 9531dbcbfb063cf578fabbcef686ba999c546eec (patch) | |
| tree | 496d1474db14782e96b955073a0f286271e83bd0 /src/lib.rs | |
| parent | examples: test under ReactOS too :) (diff) | |
| download | winapi-kmd-rs-9531dbcbfb063cf578fabbcef686ba999c546eec.tar.xz winapi-kmd-rs-9531dbcbfb063cf578fabbcef686ba999c546eec.zip | |
tweak: Update CRT for modern Rust.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #![feature(lang_items)] #![feature(on_unimplemented, fundamental)] #![feature(no_core)] +#![feature(i128_type)] #![no_std] #![allow(bad_style)] |