@@ -136,7 +136,7 @@ error[E0658]: trait bounds other than `Sized` on const fn parameters are unstabl
136136LL | const fn foo11<T: std::fmt::Display>(t: T) -> T { t }
137137 | ^
138138 |
139- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
139+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
140140 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
141141
142142error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
@@ -145,7 +145,7 @@ error[E0658]: trait bounds other than `Sized` on const fn parameters are unstabl
145145LL | const fn foo11_2<T: Send>(t: T) -> T { t }
146146 | ^
147147 |
148- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
148+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
149149 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
150150
151151error[E0013]: constant functions cannot refer to statics
218218LL | const fn foo(&self) {}
219219 | ------------------- function declared as const here
220220 |
221- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
221+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
222222 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
223223
224224error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
230230LL | const fn foo2(&self) {}
231231 | -------------------- function declared as const here
232232 |
233- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
233+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
234234 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
235235
236236error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
242242LL | const fn foo3(&self) {}
243243 | -------------------- function declared as const here
244244 |
245- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
245+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
246246 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
247247
248248error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
@@ -251,7 +251,7 @@ error[E0658]: trait bounds other than `Sized` on const fn parameters are unstabl
251251LL | const fn no_apit2(_x: AlanTuring<impl std::fmt::Debug>) {}
252252 | ^^^^^^^^^^^^^^^^^^^^
253253 |
254- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
254+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
255255 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
256256
257257error[E0493]: destructors cannot be evaluated at compile-time
@@ -268,7 +268,7 @@ error[E0658]: trait bounds other than `Sized` on const fn parameters are unstabl
268268LL | const fn no_apit(_x: impl std::fmt::Debug) {}
269269 | ^^^^^^^^^^^^^^^^^^^^
270270 |
271- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
271+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
272272 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
273273
274274error[E0493]: destructors cannot be evaluated at compile-time
@@ -285,7 +285,7 @@ error[E0658]: trait objects in const fn are unstable
285285LL | const fn no_dyn_trait(_x: &dyn std::fmt::Debug) {}
286286 | ^^
287287 |
288- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
288+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
289289 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
290290
291291error[E0658]: trait objects in const fn are unstable
@@ -294,7 +294,7 @@ error[E0658]: trait objects in const fn are unstable
294294LL | const fn no_dyn_trait_ret() -> &'static dyn std::fmt::Debug { &() }
295295 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
296296 |
297- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
297+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
298298 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
299299
300300error[E0658]: trait objects in const fn are unstable
@@ -305,7 +305,7 @@ LL | const fn really_no_traits_i_mean_it() { (&() as &dyn std::fmt::Debug, ()).1
305305 | |
306306 | function declared as const here
307307 |
308- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
308+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
309309 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
310310
311311error[E0658]: trait objects in const fn are unstable
@@ -316,7 +316,7 @@ LL | const fn really_no_traits_i_mean_it() { (&() as &dyn std::fmt::Debug, ()).1
316316 | |
317317 | function declared as const here
318318 |
319- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
319+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
320320 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
321321
322322error[E0658]: trait objects in const fn are unstable
@@ -327,7 +327,7 @@ LL | const fn really_no_traits_i_mean_it() { (&() as &dyn std::fmt::Debug, ()).1
327327 | |
328328 | function declared as const here
329329 |
330- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563 > for more information
330+ = note: see issue #93706 <https://github.com/rust-lang/rust/issues/93706 > for more information
331331 = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
332332
333333error[E0658]: function pointers cannot appear in constant functions
0 commit comments