* [asahilinux:bits/030-misc 17/26] error[E0405]: cannot find trait `Tuple` in module `core::marker`
@ 2023-06-27 7:09 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-06-27 7:09 UTC (permalink / raw)
To: Hector Martin; +Cc: llvm, oe-kbuild-all
tree: https://github.com/AsahiLinux/linux bits/030-misc
head: 8bad6a3027f8f281867a06f8fa01642cd5f7a98b
commit: 49e57e6eb761f760944a91c621cac881d45523dc [17/26] rust: Fixes for 1.67.0
config: x86_64-buildonly-randconfig-r002-20230626 (https://download.01.org/0day-ci/archive/20230627/202306271558.b4TYkBnI-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: (https://download.01.org/0day-ci/archive/20230627/202306271558.b4TYkBnI-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306271558.b4TYkBnI-lkp@intel.com/
All errors (new ones prefixed by >>):
>> error[E0405]: cannot find trait `Tuple` in module `core::marker`
--> rust/alloc/boxed.rs:1872:26
|
1872 | impl<Args: core::marker::Tuple, F: FnOnce<Args> + ?Sized, A: Allocator> FnOnce<Args> for Box<F, A> {
| ^^^^^ not found in `core::marker`
--
>> error[E0405]: cannot find trait `Tuple` in module `core::marker`
--> rust/alloc/boxed.rs:1881:26
|
1881 | impl<Args: core::marker::Tuple, F: FnMut<Args> + ?Sized, A: Allocator> FnMut<Args> for Box<F, A> {
| ^^^^^ not found in `core::marker`
--
>> error[E0405]: cannot find trait `Tuple` in module `core::marker`
--> rust/alloc/boxed.rs:1888:26
|
1888 | impl<Args: core::marker::Tuple, F: Fn<Args> + ?Sized, A: Allocator> Fn<Args> for Box<F, A> {
| ^^^^^ not found in `core::marker`
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-27 7:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 7:09 [asahilinux:bits/030-misc 17/26] error[E0405]: cannot find trait `Tuple` in module `core::marker` kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.