[01:07:17] �[m�[m�[32m�[1m Doc-tests�[m core
[01:07:30]
[01:07:30] running 1616 tests
[01:07:44] ....................................................................................................
[01:08:00] ....................................................................................................
[01:08:19] .............................................................i......................................
[01:08:32] ....................................................................................................
[01:08:46] ....................................................................................................
[01:08:59] ....................................................................................................
[01:09:12] ....................................................................................................
[01:09:26] ....................................................................................................
[01:09:39] ....................................................................................................
[01:09:52] ....................................................................................................
[01:10:05] ....................................................................................................
[01:10:18] ....................................................................................................
[01:10:31] ......................................................F..F...........F..F............F.F...........F
[01:10:45] ..F.............FF...........F..F...................................................................
[01:10:59] ....................................................................................................
[01:11:13] ....................................................................................................
[01:11:16] ................
[01:11:16] failures:
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u128>::is_power_of_two (line 684) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:685:9
[01:11:16] |
[01:11:16] 4 | assert!(Wrapping(16).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:686:10
[01:11:16] |
[01:11:16] 5 | assert!(!Wrapping(10).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:687:10
[01:11:16] |
[01:11:16] 6 | assert!(!Wrapping(0).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u128>::next_power_of_two (line 703) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:12
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:45
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:12
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:45
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:12
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:50
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u16>::is_power_of_two (line 684) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:685:9
[01:11:16] |
[01:11:16] 4 | assert!(Wrapping(16).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:686:10
[01:11:16] |
[01:11:16] 5 | assert!(!Wrapping(10).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:687:10
[01:11:16] |
[01:11:16] 6 | assert!(!Wrapping(0).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u16>::next_power_of_two (line 703) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:12
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:45
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:12
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:45
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:12
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:50
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u32>::is_power_of_two (line 684) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:685:9
[01:11:16] |
[01:11:16] 4 | assert!(Wrapping(16).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:686:10
[01:11:16] |
[01:11:16] 5 | assert!(!Wrapping(10).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:687:10
[01:11:16] |
[01:11:16] 6 | assert!(!Wrapping(0).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u32>::next_power_of_two (line 703) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:12
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:45
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:12
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:45
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:12
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:50
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u64>::is_power_of_two (line 684) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:685:9
[01:11:16] |
[01:11:16] 4 | assert!(Wrapping(16).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:686:10
[01:11:16] |
[01:11:16] 5 | assert!(!Wrapping(10).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:687:10
[01:11:16] |
[01:11:16] 6 | assert!(!Wrapping(0).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u64>::next_power_of_two (line 703) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:12
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:45
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:12
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:45
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:12
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:50
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u8>::is_power_of_two (line 684) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:685:9
[01:11:16] |
[01:11:16] 4 | assert!(Wrapping(16).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:686:10
[01:11:16] |
[01:11:16] 5 | assert!(!Wrapping(10).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:687:10
[01:11:16] |
[01:11:16] 6 | assert!(!Wrapping(0).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<u8>::next_power_of_two (line 703) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:12
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:45
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:12
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:45
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:12
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:50
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<usize>::is_power_of_two (line 684) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:685:9
[01:11:16] |
[01:11:16] 4 | assert!(Wrapping(16).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:686:10
[01:11:16] |
[01:11:16] 5 | assert!(!Wrapping(10).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:687:10
[01:11:16] |
[01:11:16] 6 | assert!(!Wrapping(0).is_power_of_two());
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 3 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16] ---- num/wrapping.rs - num::wrapping::Wrapping<usize>::next_power_of_two (line 703) stdout ----
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:12
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:706:45
[01:11:16] |
[01:11:16] 6 | assert_eq!(Wrapping(2).next_power_of_two(), Wrapping(2));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:12
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:707:45
[01:11:16] |
[01:11:16] 7 | assert_eq!(Wrapping(3).next_power_of_two(), Wrapping(4));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:12
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] error[E0425]: cannot find function `Wrapping` in this scope
[01:11:16] --> num/wrapping.rs:708:50
[01:11:16] |
[01:11:16] 8 | assert_eq!(Wrapping(200_u8).next_power_of_two(), Wrapping(0));
[01:11:16] | ^^^^^^^^ not found in this scope
[01:11:16] help: possible candidate is found in another module, you can import it into scope
[01:11:16] |
[01:11:16] 5 | use std::num::Wrapping;
[01:11:16] |
[01:11:16]
[01:11:16] thread 'rustc' panicked at 'couldn't compile the test', librustdoc/test.rs:306:13
[01:11:16]
[01:11:16]
[01:11:16] failures:
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u128>::is_power_of_two (line 684)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u128>::next_power_of_two (line 703)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u16>::is_power_of_two (line 684)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u16>::next_power_of_two (line 703)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u32>::is_power_of_two (line 684)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u32>::next_power_of_two (line 703)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u64>::is_power_of_two (line 684)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u64>::next_power_of_two (line 703)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u8>::is_power_of_two (line 684)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<u8>::next_power_of_two (line 703)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<usize>::is_power_of_two (line 684)
[01:11:16] num/wrapping.rs - num::wrapping::Wrapping<usize>::next_power_of_two (line 703)
[01:11:16]
[01:11:16] test result: FAILED. 1603 passed; 12 failed; 1 ignored; 0 measured; 0 filtered out
Comment: rust-lang/rust#49393 (comment)
Raw Log: https://api.travis-ci.org/v3/job/361217335/log.txt
Relevant section which should be displayed
Invalid analysis result