Mark location doctest as standalone since file information will not work in merged doctest file
diff --git a/library/core/src/panic/location.rs b/library/core/src/panic/location.rs
index 8c04994..930edff 100644
--- a/library/core/src/panic/location.rs
+++ b/library/core/src/panic/location.rs
@@ -44,7 +44,7 @@ impl<'a> Location<'a> {
     ///
     /// # Examples
     ///
-    /// ```
+    /// ```standalone
     /// use std::panic::Location;
     ///
     /// /// Returns the [`Location`] at which it is called.