Implement fmt::Write trait for Writer

This commit is contained in:
Philipp Oppermann
2015-09-24 18:04:27 +02:00
parent 4668acb09e
commit c547b128e5
2 changed files with 11 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
// limitations under the License.
#![feature(no_std, lang_items)]
#![feature(const_fn, unique)]
#![feature(const_fn, unique, core_str_ext)]
#![no_std]
extern crate rlibc;