Skip to content

Commit

Permalink
Prevent doctest from running for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Feb 28, 2025
1 parent 560536c commit 4c8c93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/noirc_evaluator/src/ssa/opt/brillig_entry_points.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//! generated for different entry points can conflict.
//!
//! To provide a more concrete example, let's take this program:
//! ```
//! ```noir
//! global ONE: Field = 1;
//! global TWO: Field = 2;
//! global THREE: Field = 3;
Expand All @@ -40,7 +40,7 @@
//! }
//! ```
//! The two entry points will have different global allocation maps:
//! ```
//! ```noir
//! GlobalInit(Id(1)):
//! CONST M32835 = 1
//! CONST M32836 = 2
Expand Down

0 comments on commit 4c8c93d

Please sign in to comment.