Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new feature gates. #160

Merged
merged 1 commit into from Jun 22, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add new feature gates.

The collections and core feature gates have been split up in Rust nightlies.
This allows this library to build with nightly rust as well as the rust in
use with Servo.
  • Loading branch information
Ms2ger committed Jun 22, 2015
commit 58142782c299ebeaf6982c366c9f0f3d41b41d22
@@ -5,7 +5,9 @@
#![crate_name = "js"]
#![crate_type = "rlib"]

#![feature(link_args, collections, core)]
#![feature(collections, str_utf16)]
#![feature(core, core_intrinsics)]
#![feature(link_args)]

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, improper_ctypes, raw_pointer_derive)]

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.