deno_core
deno_core copied to clipboard
Make `#[ops(stable)]` opt-in instead of opt-out
We should use #[ops(stable)]
to say an op is stable so that it's an explicit opt-in. This would reduce the chances of someone creating an unstable op as stable.
Edit: Oh, it seems we need #[ops(unstable)]
for this to actually work.