From 613f1751a6ab326c3b771c515dfb56e70469e0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Tue, 3 Oct 2023 16:22:35 +0000 Subject: [PATCH] Export @optlevel - Update exports.jl --- base/exports.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/base/exports.jl b/base/exports.jl index 1f0b5c1b63e06..97e63834c126a 100644 --- a/base/exports.jl +++ b/base/exports.jl @@ -1056,6 +1056,7 @@ export @nospecialize, @specialize, @polly, + @optlevel, @assert, @atomic,