You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes while writing you need to quote a piece of core std lib code, but you get errors already defined but you also don't want to have readable namespace hidden hacks around that code either.
So it would be nice to have what we had in mdbook with the hidden comment in the form # namespace hidden to work around this.
Description
Sometimes while writing you need to quote a piece of core std lib code, but you get errors
already definedbut you also don't want to have readablenamespace hiddenhacks around that code either.So it would be nice to have what we had in mdbook with the hidden comment in the form
# namespace hiddento work around this.Detailed behaviour
Testscenarios
References