Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / rust / helpers / bug.c
blobe2d13babc7371051d5ce805d2716e115af8759a7
1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/bug.h>
5 __noreturn void rust_helper_BUG(void)
7 BUG();