We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TODO
FIXME
1 parent 6974db0 commit cdbe837Copy full SHA for cdbe837
core/src/marker.rs
@@ -1028,6 +1028,9 @@ pub macro SmartPointer($item:item) {
1028
/* compiler built-in */
1029
}
1030
1031
+// Support traits and types for the desugaring of const traits and
1032
+// `~const` bounds. Not supposed to be used by anything other than
1033
+// the compiler.
1034
#[doc(hidden)]
1035
#[unstable(
1036
feature = "effect_types",
@@ -1036,7 +1039,6 @@ pub macro SmartPointer($item:item) {
1039
)]
1037
1040
#[allow(missing_debug_implementations)] // these unit structs don't need `Debug` impls.
1038
1041
#[cfg(not(bootstrap))]
-// TODO docs
1042
pub mod effects {
1043
#[lang = "EffectsNoRuntime"]
1044
pub struct NoRuntime;
0 commit comments