QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225227#7606. Digital Nimucup-team332Compile Error//Rust221b2023-10-24 10:31:532023-10-24 10:31:53

Details

error[E0658]: use of unstable library feature 'int_log'
 --> answer.code:9:17
  |
9 | assert_eq!(5i32.checked_ilog(5), Some(1));
  |                 ^^^^^^^^^^^^
  |
  = note: see issue #70887 <https://github.com/rust-lang/rust/issues/70887> for more information

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.