mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02)
This commit is contained in:
parent
4d8d54fc00
commit
99b898753f
4 changed files with 5 additions and 6 deletions
|
@ -71,7 +71,7 @@ pub trait IDLInterface {
|
|||
/// A trait to mark an IDL interface as deriving from another one.
|
||||
#[cfg_attr(
|
||||
feature = "unstable",
|
||||
rustc_on_unimplemented = "The IDL interface `{Self}` is not derived from `{T}`."
|
||||
rustc_on_unimplemented(message = "The IDL interface `{Self}` is not derived from `{T}`.")
|
||||
)]
|
||||
pub trait DerivedFrom<T: Castable>: Castable {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue