Skip to content

Commit

Permalink
tests: add test for warning-free builds of core under `no_global_oo…
Browse files Browse the repository at this point in the history
…m_handling`

`tests/run-make/alloc-no-oom-handling` tests that `alloc` under
`no_global_oom_handling` builds and is warning-free.

Do the same for `core` to prevent issues such as [1].

Link: #110649 [1]
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Apr 23, 2023
1 parent 4096619 commit 3938541
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/run-make/core-no-oom-handling/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include ../tools.mk

FAKEROOT=$(TMPDIR)/fakeroot

all:
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../library/core/src/lib.rs --sysroot=$(FAKEROOT) --cfg no_global_oom_handling

0 comments on commit 3938541

Please sign in to comment.