On Julia v1.5.0 and ChainRulesCore v0.9.36:
julia> using ChainRulesCore
julia> @non_differentiable Core.print(::Any...)
ERROR: syntax: malformed expression
Stacktrace:
[1] top-level scope at REPL[2]:1
This essentially breaks precompilation of ChainRules >= v.0.7.35.
Is it a know issue?