@@ -58,54 +58,6 @@ pub fn dumb_println(args: &fmt::Arguments) {
58
58
59
59
pub fn abort ( msg : & str ) -> ! {
60
60
let msg = if !msg. is_empty ( ) { msg } else { "aborted" } ;
61
- let hash = msg. chars ( ) . fold ( 0 , |accum, val| accum + ( val as uint ) ) ;
62
- let quote = match hash % 10 {
63
- 0 => "
64
- It was from the artists and poets that the pertinent answers came, and I
65
- know that panic would have broken loose had they been able to compare notes.
66
- As it was, lacking their original letters, I half suspected the compiler of
67
- having asked leading questions, or of having edited the correspondence in
68
- corroboration of what he had latently resolved to see." ,
69
- 1 => "
70
- There are not many persons who know what wonders are opened to them in the
71
- stories and visions of their youth; for when as children we listen and dream,
72
- we think but half-formed thoughts, and when as men we try to remember, we are
73
- dulled and prosaic with the poison of life. But some of us awake in the night
74
- with strange phantasms of enchanted hills and gardens, of fountains that sing
75
- in the sun, of golden cliffs overhanging murmuring seas, of plains that stretch
76
- down to sleeping cities of bronze and stone, and of shadowy companies of heroes
77
- that ride caparisoned white horses along the edges of thick forests; and then
78
- we know that we have looked back through the ivory gates into that world of
79
- wonder which was ours before we were wise and unhappy." ,
80
- 2 => "
81
- Instead of the poems I had hoped for, there came only a shuddering blackness
82
- and ineffable loneliness; and I saw at last a fearful truth which no one had
83
- ever dared to breathe before — the unwhisperable secret of secrets — The fact
84
- that this city of stone and stridor is not a sentient perpetuation of Old New
85
- York as London is of Old London and Paris of Old Paris, but that it is in fact
86
- quite dead, its sprawling body imperfectly embalmed and infested with queer
87
- animate things which have nothing to do with it as it was in life." ,
88
- 3 => "
89
- The ocean ate the last of the land and poured into the smoking gulf, thereby
90
- giving up all it had ever conquered. From the new-flooded lands it flowed
91
- again, uncovering death and decay; and from its ancient and immemorial bed it
92
- trickled loathsomely, uncovering nighted secrets of the years when Time was
93
- young and the gods unborn. Above the waves rose weedy remembered spires. The
94
- moon laid pale lilies of light on dead London, and Paris stood up from its damp
95
- grave to be sanctified with star-dust. Then rose spires and monoliths that were
96
- weedy but not remembered; terrible spires and monoliths of lands that men never
97
- knew were lands..." ,
98
- 4 => "
99
- There was a night when winds from unknown spaces whirled us irresistibly into
100
- limitless vacuum beyond all thought and entity. Perceptions of the most
101
- maddeningly untransmissible sort thronged upon us; perceptions of infinity
102
- which at the time convulsed us with joy, yet which are now partly lost to my
103
- memory and partly incapable of presentation to others." ,
104
- _ => "You've met with a terrible fate, haven't you?"
105
- } ;
106
- rterrln ! ( "{}" , "" ) ;
107
- rterrln ! ( "{}" , quote) ;
108
- rterrln ! ( "{}" , "" ) ;
109
61
rterrln ! ( "fatal runtime error: {}" , msg) ;
110
62
111
63
abort ( ) ;
0 commit comments