Bump to latest beta
This commit is contained in:
parent
01d7af11e1
commit
bb8a0ffa23
11 changed files with 429 additions and 453 deletions
|
@ -87,7 +87,7 @@
|
|||
#![warn(missing_debug_implementations)]
|
||||
#![warn(missing_docs)]
|
||||
#![allow(explicit_outlives_requirements)]
|
||||
#![cfg_attr(not(bootstrap), warn(multiple_supertrait_upcastable))]
|
||||
#![warn(multiple_supertrait_upcastable)]
|
||||
//
|
||||
// Library features:
|
||||
#![feature(alloc_layout_extra)]
|
||||
|
@ -195,7 +195,7 @@
|
|||
#![feature(c_unwind)]
|
||||
#![feature(with_negative_coherence)]
|
||||
#![cfg_attr(test, feature(panic_update_hook))]
|
||||
#![cfg_attr(not(bootstrap), feature(multiple_supertrait_upcastable))]
|
||||
#![feature(multiple_supertrait_upcastable)]
|
||||
//
|
||||
// Rustdoc features:
|
||||
#![feature(doc_cfg)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue