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
error[E0080]: evaluation panicked: buffer is not big enough
2
+
--> $SRC_DIR/core/src/fmt/num.rs:LL:COL
3
+
::: $SRC_DIR/core/src/fmt/num.rs:LL:COL
4
+
|
5
+
= note: evaluation of `core::fmt::num::imp::<impl u32>::format_into::<u8>::{constant#0}` failed here
6
+
|
7
+
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `impl_Display` (in Nightly builds, run with -Z macro-backtrace for more info)
8
+
9
+
note: erroneous constant encountered
10
+
--> $SRC_DIR/core/src/fmt/num.rs:LL:COL
11
+
|
12
+
= note: this note originates in the macro `impl_Display` (in Nightly builds, run with -Z macro-backtrace for more info)
13
+
14
+
note: the above error was encountered while instantiating `fn core::fmt::num::imp::<impl u32>::format_into::<u8>`
15
+
--> $DIR/fmt.rs:14:5
16
+
|
17
+
LL | x.format_into(&mut buf);
18
+
| ^^^^^^^^^^^^^^^^^^^^^^^
19
+
20
+
error: aborting due to 1 previous error
21
+
22
+
For more information about this error, try `rustc --explain E0080`.
0 commit comments