Stream: git-wasmtime

Topic: wasmtime / Issue #2799 x64: refactor REX-specific encodin...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 06 2021 at 08:22):

bnjbvr commented on Issue #2799:

crate-public is good for now.

+1 for this. I've tried to use it more generally, because making things generally public with pub (no pub(crate)) seems to make unused code invisible to rustc; in theory, external users could still use it, so it's considered live code. (And rustc doesn't seem to try to infer that things marked pub and buried in, but that are not accessible from the outside of the crate, are in fact equivalent to pub(crate).)


Last updated: Oct 23 2024 at 20:03 UTC