You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
48
69
70
+
error: defaults for const parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
83
+
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
96
+
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
109
+
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
110
+
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
111
+
help: if this is an object-safe trait, use `dyn`
112
+
|
113
+
LL | trait Trait<const N: dyn Trait = bar> {
114
+
| +++
115
+
116
+
error[E0038]: the trait `Trait` cannot be made into an object
note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
| ^^^^^^^^^^^^^^^^^^^^ `Trait` cannot be made into an object
137
+
|
138
+
note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
177
+
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
178
+
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
| ^^^^^^^^^^^^^^^^^^^^ `Trait` cannot be made into an object
205
+
|
206
+
note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
0 commit comments