mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 04:26:48 +00:00
Double the macro token limit
This commit is contained in:
parent
614e5a2272
commit
19508b474f
@ -17,7 +17,7 @@ use crate::{
|
||||
///
|
||||
/// If an invocation produces more tokens than this limit, it will not be stored in the database and
|
||||
/// an error will be emitted.
|
||||
const TOKEN_LIMIT: usize = 262144;
|
||||
const TOKEN_LIMIT: usize = 0x80000;
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||
pub enum TokenExpander {
|
||||
|
Loading…
Reference in New Issue
Block a user