1
Fork 0

libcore => 2018

This commit is contained in:
Taiki Endo 2019-04-15 11:23:21 +09:00
parent 9387927ae2
commit 360432f1e8
79 changed files with 342 additions and 332 deletions

View file

@ -2,7 +2,7 @@
//! Hints to compiler that affects how code should be emitted or optimized.
use intrinsics;
use crate::intrinsics;
/// Informs the compiler that this point in the code is not reachable, enabling
/// further optimizations.