1
Fork 0

f32: inline methods with special variant for msvc

This commit is contained in:
Pyfisch 2016-01-05 21:14:38 +01:00
parent 1e8350387c
commit dce47681e2
2 changed files with 27 additions and 32 deletions

View file

@ -254,6 +254,7 @@
#![feature(slice_concat_ext)]
#![feature(slice_patterns)]
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]
#![feature(str_char)]
#![feature(str_internals)]
#![feature(str_utf16)]