libstd => 2018

This commit is contained in:
Taiki Endo
2019-02-11 04:23:21 +09:00
parent 7e001e5c6c
commit 93b6d9e086
284 changed files with 1989 additions and 2024 deletions

View File

@@ -1,7 +1,7 @@
#![cfg_attr(test, allow(dead_code))]
use sys_common::util::report_overflow;
use sys::c;
use crate::sys_common::util::report_overflow;
use crate::sys::c;
pub struct Handler;