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.
#[non_exhaustive]
1 parent 6751263 commit 647df89Copy full SHA for 647df89
symbolic-debuginfo/src/base.rs
@@ -671,6 +671,7 @@ impl fmt::Debug for Function<'_> {
671
pub type DynIterator<'a, T> = Box<dyn Iterator<Item = T> + 'a>;
672
673
/// Represents a source file referenced by a debug information object file.
674
+#[non_exhaustive]
675
#[derive(Debug, Clone)]
676
pub enum SourceCode<'a> {
677
/// Verbatim source code/file contents.
0 commit comments