public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [linux-next:master 9369/13068] error[E0308]: mismatched types
@ 2025-03-24  1:28 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-03-24  1:28 UTC (permalink / raw)
  To: Andreas Hindborg
  Cc: llvm, oe-kbuild-all, Benno Lossin, Tamir Duberstein, Lyude Paul

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   9388ec571cb1adba59d1cded2300eeb11827679c
commit: ead76c3ac0dddf1104435e5e1458d12c29dfd187 [9369/13068] rust: hrtimer: allow timer restart from timer handler
config: um-randconfig-001-20250324 (https://download.01.org/0day-ci/archive/20250324/202503240917.0edGL8Pk-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project c2692afc0a92cd5da140dfcdfff7818a5b8ce997)
rustc: rustc 1.78.0 (9b00956e5 2024-04-29)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250324/202503240917.0edGL8Pk-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/202503240917.0edGL8Pk-lkp@intel.com/

All errors (new ones prefixed by >>):

>> error[E0308]: mismatched types
   --> rust/kernel/time/hrtimer.rs:319:17
   |
   319 |     NoRestart = bindings::hrtimer_restart_HRTIMER_NORESTART,
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `i32`
--
>> error[E0308]: mismatched types
   --> rust/kernel/time/hrtimer.rs:321:15
   |
   321 |     Restart = bindings::hrtimer_restart_HRTIMER_RESTART,
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `i32`

-- 
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:[~2025-03-24  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24  1:28 [linux-next:master 9369/13068] error[E0308]: mismatched types kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox