We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4578435 commit 23052adCopy full SHA for 23052ad
library/core/src/intrinsics/mir.rs
@@ -249,6 +249,11 @@
249
//! - [`Call`] has an associated function as well. The third argument of this function is a normal
250
//! function call expression, for example `my_other_function(a, 5)`.
251
//!
252
+//! #### Debuginfo
253
+//!
254
+//! - A debuginfo name can be given to a local using `debug my_name => contents;`.
255
+//! For `contents`, we use the same syntax as operands, to support both places and constants.
256
257
258
#![unstable(
259
feature = "custom_mir",
0 commit comments