We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3106f1b commit 4af5cd8Copy full SHA for 4af5cd8
1 file changed
fastrace/src/macros.rs
@@ -31,11 +31,11 @@ macro_rules! func_name {
31
///
32
/// # Example
33
34
-/// ```
+/// ```no_run
35
/// use fastrace::func_path;
36
37
/// fn foo() {
38
-/// assert_eq!(func_path!(), "rust_out::main::_doctest_main_fastrace_src_macros_rs_34_0::foo");
+/// assert_eq!(func_path!(), "doctest_bundle_2024::__doctest_39::main::foo");
39
/// }
40
/// # foo()
41
#[macro_export]
@@ -69,13 +69,12 @@ macro_rules! full_name {
69
70
71
72
73
/// use fastrace::file_location;
74
75
76
/// assert_eq!(file_location!(), "fastrace/src/macros.rs:8:15");
77
78
-/// # #[cfg(not(target_os = "windows"))]
79
80
81
macro_rules! file_location {
0 commit comments