servo/components/script/dom/bindings
bors-servo e5689df6b4
Auto merge of #24694 - servo:rustup, r=jdm
Remove use of on_unimplemented

It errors in today’s Nightly:

```rust
error[E0557]: feature has been removed
 --> components/script/lib.rs:9:12
  |
9 | #![feature(on_unimplemented)]
  |            ^^^^^^^^^^^^^^^^ feature has been removed

error[E0658]: this is an internal attribute that will never be stable
  --> components/script/dom/bindings/conversions.rs:77:1
   |
77 | #[rustc_on_unimplemented(message = "The IDL interface `{Self}` is not derived from `{T}`.")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/29642
   = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable

error: aborting due to 2 previous errors
```
2019-11-09 10:15:30 -05:00
..
codegen Auto merge of #24636 - saschanaz:windowproxy, r=nox,jdm 2019-11-07 22:35:43 -05:00
callback.rs Use safe JSContext in callbacks 2019-08-09 00:43:29 +01:00
cell.rs Make use of RefCell::try_borrow_unguarded 2019-04-12 19:02:07 +02:00
constant.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
conversions.rs Auto merge of #24694 - servo:rustup, r=jdm 2019-11-09 10:15:30 -05:00
error.rs Use safe JSContext as first argument for throw_dom_exception 2019-08-09 00:43:28 +01:00
guard.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
htmlconstructor.rs Remove usage of various unsafe keyword 2019-08-09 00:43:28 +01:00
inheritance.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
interface.rs Support [LegacyWindowAlias] 2019-10-19 12:01:00 +09:00
iterable.rs Remove some usage of unsafe code in iterator.rs 2019-08-09 00:02:09 +01:00
mod.rs begin messageport, transferable objects, impl 2019-10-19 14:12:22 +08:00
namespace.rs Use safe JSContext when possible in interface.rs 2019-08-09 00:43:24 +01:00
num.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
proxyhandler.rs Upgrade to Spidermonkey 67. 2019-06-26 18:10:46 -04:00
record.rs Support WebIDL record<> 2019-10-15 17:14:00 +09:00
refcounted.rs Remove now-unnecessary must_root and allow(unrooted_must_root) annotations 2019-01-04 15:05:07 -08:00
reflector.rs Modify *::get_cx methods to return a safe JSContext instead of a raw one 2019-07-24 09:53:10 +01:00
root.rs Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30) 2019-07-31 13:34:01 +02:00
settings_stack.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
str.rs Support WebIDL record<> 2019-10-15 17:14:00 +09:00
structuredclone.rs continue messageport, transferable, postmessage options 2019-10-19 14:28:18 +08:00
trace.rs Use surfman for managing GL surfaces 2019-11-01 08:47:11 -05:00
transferable.rs continue messageport, transferable, postmessage options 2019-10-19 14:28:18 +08:00
utils.rs continue messageport, transferable, postmessage options 2019-10-19 14:28:18 +08:00
weakref.rs Update MPL license to https (part 3) 2018-11-19 14:47:12 +01:00
xmlname.rs Fix some new warnings 2019-06-22 14:59:09 +02:00